dominikschnitzer / musly

Musly - Music Similarity Library
http://www.musly.org
Mozilla Public License 2.0
138 stars 26 forks source link

Compute sparse distance matrix with musly client #9

Closed f0k closed 10 years ago

f0k commented 10 years ago

This PR adds an option -s to the musly command line client so it can compute a sparse similarity matrix that gives the top k hits for each item (equivalent to computing playlists for all files in a collection, but a lot faster than calling musly with -p repeatedly because for -s the jukebox only needs to be initialized once). The matrix is written in the MIREX format for sparse similarity matrices.