feat: documents pca

This commit is contained in:
Volodymyr Orlov
2020-09-02 10:14:34 -07:00
parent d024aa0967
commit 6d313821fa
3 changed files with 72 additions and 2 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
//!
//! ## References:
//!
//! * ["An Introduction to Statistical Learning", James et al., 10.3.1 K-Means Clustering](http://faculty.marshall.usc.edu/gareth-james/ISL/)
//! * ["An Introduction to Statistical Learning", James G., Witten D., Hastie T., Tibshirani R., 10.3.1 K-Means Clustering](http://faculty.marshall.usc.edu/gareth-james/ISL/)
//! * ["k-means++: The Advantages of Careful Seeding", Arthur D., Vassilvitskii S.](http://ilpubs.stanford.edu:8090/778/1/2006-13.pdf)
extern crate rand;