hanss0n / Clustrify

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

Implement Cluster functionality #5

Closed felixlut closed 4 years ago

felixlut commented 4 years ago

This is now completed. There is a distance function for measuring the distance between tracks, as well as overarching logic that uses this function to create a list of edges. This should be easily convertible to w/e front end framework we decide to utilize.

Issue: #4