Skip to content

Commit 4a941d1

Browse files
Merge pull request #56 from atcol/patch-1
Fix Matrix typo in documentation
2 parents d91999b + 0e81663 commit 4a941d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
//!
2929
//! All machine learning algorithms in SmartCore are grouped into these broad categories:
3030
//! * [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.
3232
//! * [Linear Models](linear/index.html), regression and classification methods where output is assumed to have linear relation to explanatory variables
3333
//! * [Ensemble Models](ensemble/index.html), variety of regression and classification ensemble models
3434
//! * [Tree-based Models](tree/index.html), classification and regression trees

0 commit comments

Comments
 (0)