- Python Machine Learning Cookbook(Second Edition)
- Giuseppe Ciaburro Prateek Joshi
- 46字
- 2021-06-24 15:41:07
See also
- Refer to the official documentation of the sklearn.cluster.KMeans function: https://scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html#sklearn.cluster.KMeans.fit
- Refer to MATLAB for Machine Learning, Giuseppe Ciaburro, Packt Publishing
- Refer to K Means (from Stanford University): http://stanford.edu/~cpiech/cs221/handouts/kmeans.html
- Refer to K-means and Hierarchical Clustering (by Andrew Moore): https://www.autonlab.org/tutorials/kmeans.html