PEC-CSS / slowmokit

Library which can be used for machine learning in C++.
https://pec-css.github.io/slowmokit/
GNU General Public License v2.0
17 stars 16 forks source link

K means clustering #33

Open Sar-thak-3 opened 1 year ago

uttammittal02 commented 1 year ago

Basically, the current K-Means algorithm works only for 2 features and we need to extend it to n features. Also, it only uses euclidean distance but we want to take a user parameter to choose the distance metric