|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.umass.lastfm.Tasteometer.ComparisonResult
public static class Tasteometer.ComparisonResult
Contains the result of a tasteometer comparison, i.e. the score (0.0-1.0) and a list of shared artists.
Method Summary | |
---|---|
Collection<Artist> |
getMatches()
Returns a list of artist matches, i.e. |
float |
getScore()
Returns the compatability score between 0.0 (no compatability) and 1.0 (highest compatability). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Collection<Artist> getMatches()
public float getScore()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |