feat: documents KNN algorithms section

This commit is contained in:
Volodymyr Orlov
2020-08-29 16:54:58 -07:00
parent 68dca25f91
commit c34eae6a9b
5 changed files with 98 additions and 4 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
pub mod neighbour;
pub mod sort;
pub(crate) mod sort;