GitXplorerGitXplorer
a

detections

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
2f4c8b142be81a9b4ae8b2b83fea9089b45db30d

Update README.md

aastivi committed 8 years ago
Unverified
7b70af33dbfd43b7dffe128bf048060eee66552a

Update README.md

aastivi committed 8 years ago
Unverified
d625f5bf30a3c64759072a61651faf4762a5d80f

Update README.md

aastivi committed 8 years ago
Unverified
d919b9910e3e866ea0d4979dc5f304b8961b4a97

Improves file reading

aastivi committed 8 years ago
Unverified
ef116b92a2289d9de781c03e3fe6e299bef05338

Ignores progress prints on rspec test

aastivi committed 8 years ago
Unverified
f742fa9143e16f777a6c49200827b7461614c5f9

Handles input parameters

aastivi committed 8 years ago

README

The README file for this repository.

Detections

About

Given a file with tracks and radios in which these track were played, figures out the genre of each song by clustering data.

Usage

ruby {inputFile} {similarityThreshold}

Similarity threshold stands for a value between 0.0 and 1.0 which represents the minimum likeness between two distinct genres so that they can be merged into one.

Output

Output goes into {projectDir}/output/{inputFile}.by_source and {projectDir}/output/{inputFile}.by_track

Tests

bundle exec rspec

References

Code was based on these two references:

http://www.cs.utah.edu/~piyush/teaching/4-10-print.pdf http://home.deib.polimi.it/matteucc/Clustering/tutorial_html/hierarchical.html