You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@
28
28
//!
29
29
//! All machine learning algorithms in SmartCore are grouped into these broad categories:
30
30
//! * [Clustering](cluster/index.html), unsupervised clustering of unlabeled data.
31
-
//! * [Martix Decomposition](decomposition/index.html), various methods for matrix decomposition.
31
+
//! * [Matrix Decomposition](decomposition/index.html), various methods for matrix decomposition.
32
32
//! * [Linear Models](linear/index.html), regression and classification methods where output is assumed to have linear relation to explanatory variables
33
33
//! * [Ensemble Models](ensemble/index.html), variety of regression and classification ensemble models
34
34
//! * [Tree-based Models](tree/index.html), classification and regression trees
0 commit comments