🐛 Fix typos in frontend

This commit is contained in:
Josh Soref 2021-11-15 09:51:34 -05:00
parent b7ba3098ae
commit 589e646023
65 changed files with 128 additions and 128 deletions

View file

@ -6,7 +6,7 @@
(enable-console-print!)
;; --- Index Initialization Bechmark
;; --- Index Initialization Benchmark
(defn- bench-init-10000
[]
@ -60,9 +60,9 @@
(bench-knn-160000)
(bench-knn-360000))
;; --- Accuracity tests
;; --- Accuracy tests
(defn test-accuracity
(defn test-accuracy
[]
(let [tree (k/create)]
(k/setup tree 4000 4000 20 20)
@ -101,7 +101,7 @@
(bench-knn)
(= type "kd-test")
(test-accuracity)
(test-accuracy)
(= type "interval")
(test-interval)