Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 283 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 283 Bytes

K-Means Clustering Algorithm

A version of the K Means algorithm, coded in Scipy and Numpy.

Scikit-learn's Iris Dataset is included for testing.

This algorithm utilizes the cdist function from sklearn.spatial, which allows for a broadcasted approach.