Package nz.ac.waikato.mcennis.rat.graph.artist.decider

Interface Summary
ArtistDecider Interface for providing a binary responce to whether a given String belongs to the class this class differentiates.
 

Class Summary
ArtistDeciderBase Common base class for deciding whether or not something belongs to a class or not.
ArtistDeciderFactory Class for creating an ArtistDecider
BasicArtistDecider Class for manually assigned artist labels.
GoogleDecider Class for utilizing a Google music finder web query to determine if a string matches an artist name or not.
LastFMDecider Class for using LastFM related-artist REST service for determining whether or not an string is an artist or not.
YahooArtistDecider