feat: adds dataset module, fixs problem in CoverTree implementation

This commit is contained in:
Volodymyr Orlov
2020-09-10 12:21:59 -07:00
parent cc1f84e81f
commit b95e11cc98
9 changed files with 598 additions and 394 deletions
+3
View File
@@ -68,6 +68,9 @@
pub mod algorithm;
/// Algorithms for clustering of unlabeled data
pub mod cluster;
/// Various datasets
#[cfg(feature = "datasets")]
pub mod dataset;
/// Matrix decomposition algorithms
pub mod decomposition;
/// Ensemble methods, including Random Forest classifier and regressor