hanss0n / Clustrify

Group songs from playlists into clusters depending on their attributes.
0 stars 0 forks source link

Change Minibatch K-means to regular K-means #51

Closed hanss0n closed 4 years ago

hanss0n commented 4 years ago

Due to the small sample of data, minibatch K-means isn't really necessary and can thus be replaced with regular K-means clustering.