minor fixes to doc

This commit is contained in:
Lorenzo (Mec-iS)
2022-11-08 12:21:34 +00:00
committed by morenol
parent 1b7dda30a2
commit 459d558d48
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
//! # K Nearest Neighbors Classifier
//!
//! smartcore relies on 2 backend algorithms to speedup KNN queries:
//! `smartcore` relies on 2 backend algorithms to speedup KNN queries:
//! * [`LinearSearch`](../../algorithm/neighbour/linear_search/index.html)
//! * [`CoverTree`](../../algorithm/neighbour/cover_tree/index.html)
//!