feat: adds dataset module, fixs problem in CoverTree implementation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user