Uses of Interface
com.tagtraum.genres.GenreOntology
-
Packages that use GenreOntology Package Description com.tagtraum.beatunes.matchtable Everything that has to do with matching.com.tagtraum.genres Genre ontologies.com.tagtraum.genres.rdf RDF-based genre ontologies.com.tagtraum.ubermusic.wikidata -
-
Uses of GenreOntology in com.tagtraum.beatunes.matchtable
Method parameters in com.tagtraum.beatunes.matchtable with type arguments of type GenreOntology Modifier and Type Method Description float
GenreRule. score(List<GenreOntology> hierarchyOntologies, List<GenreOntology> secondaryOntologies, String template, String genre)
-
Uses of GenreOntology in com.tagtraum.genres
Method parameters in com.tagtraum.genres with type arguments of type GenreOntology Modifier and Type Method Description default Set<AudioGenre>
GenreOntology. getGenres(String label, Collection<GenreOntology> secondaryOntologies)
Return the genre(s) registered under the given label. -
Uses of GenreOntology in com.tagtraum.genres.rdf
Classes in com.tagtraum.genres.rdf that implement GenreOntology Modifier and Type Class Description class
DBpediaOntology
DBpediaOntology.class
RDFGenreOntology
RDF based genre ontology.class
TagtraumDeuOntology
Tagtraumdeu
ontology.class
TagtraumEngOntology
Tagtraumeng
ontology.class
TagtraumEspOntology
Tagtraumesp
ontology.class
TagtraumFraOntology
Tagtraumfra
ontology.class
TagtraumIntlOntology
Tagtraumintl
ontology.class
TagtraumLocalizedOntology
Ontology that's specific to aLocale
.class
TagtraumNldOntology
Tagtraumnld
ontology.class
WikidataOntology
Wikidata ontology.Method parameters in com.tagtraum.genres.rdf with type arguments of type GenreOntology Modifier and Type Method Description Set<AudioGenre>
TagtraumLocalizedOntology. getGenres(String label, Collection<GenreOntology> secondaryOntologies)
-
Uses of GenreOntology in com.tagtraum.ubermusic.wikidata
Methods in com.tagtraum.ubermusic.wikidata that return GenreOntology Modifier and Type Method Description GenreOntology
Wikidata. getGenreOntology()
Methods in com.tagtraum.ubermusic.wikidata with parameters of type GenreOntology Modifier and Type Method Description static float
WikidataArtistSimilarity. averageDistanceToAlternative(GenreOntology ontology, Entity a)
static float
WikidataArtistSimilarity. averageDistanceToAlternative(GenreOntology ontology, Entity a, Entity b)
static float
WikidataArtistSimilarity. averageDistanceToBlues(GenreOntology ontology, Entity a)
static float
WikidataArtistSimilarity. averageDistanceToBlues(GenreOntology ontology, Entity a, Entity b)
static float
WikidataArtistSimilarity. averageDistanceToClassical(GenreOntology ontology, Entity a)
static float
WikidataArtistSimilarity. averageDistanceToClassical(GenreOntology ontology, Entity a, Entity b)
static float
WikidataArtistSimilarity. averageDistanceToEDM(GenreOntology ontology, Entity a)
static float
WikidataArtistSimilarity. averageDistanceToEDM(GenreOntology ontology, Entity a, Entity b)
static float
WikidataArtistSimilarity. averageDistanceToFolk(GenreOntology ontology, Entity a)
static float
WikidataArtistSimilarity. averageDistanceToFolk(GenreOntology ontology, Entity a, Entity b)
static float
WikidataArtistSimilarity. averageDistanceToHipHop(GenreOntology ontology, Entity a)
static float
WikidataArtistSimilarity. averageDistanceToHipHop(GenreOntology ontology, Entity a, Entity b)
static float
WikidataArtistSimilarity. averageDistanceToHouse(GenreOntology ontology, Entity a)
static float
WikidataArtistSimilarity. averageDistanceToHouse(GenreOntology ontology, Entity a, Entity b)
static float
WikidataArtistSimilarity. averageDistanceToJazz(GenreOntology ontology, Entity a)
static float
WikidataArtistSimilarity. averageDistanceToJazz(GenreOntology ontology, Entity a, Entity b)
static float
WikidataArtistSimilarity. averageDistanceToLatin(GenreOntology ontology, Entity a)
static float
WikidataArtistSimilarity. averageDistanceToLatin(GenreOntology ontology, Entity a, Entity b)
static float
WikidataArtistSimilarity. averageDistanceToMetal(GenreOntology ontology, Entity a)
static float
WikidataArtistSimilarity. averageDistanceToMetal(GenreOntology ontology, Entity a, Entity b)
static float
WikidataArtistSimilarity. averageDistanceToPop(GenreOntology ontology, Entity a)
static float
WikidataArtistSimilarity. averageDistanceToPop(GenreOntology ontology, Entity a, Entity b)
static float
WikidataArtistSimilarity. averageDistanceToPunk(GenreOntology ontology, Entity a)
static float
WikidataArtistSimilarity. averageDistanceToPunk(GenreOntology ontology, Entity a, Entity b)
static float
WikidataArtistSimilarity. averageDistanceToReggae(GenreOntology ontology, Entity a)
static float
WikidataArtistSimilarity. averageDistanceToReggae(GenreOntology ontology, Entity a, Entity b)
static float
WikidataArtistSimilarity. averageDistanceToRock(GenreOntology ontology, Entity a)
static float
WikidataArtistSimilarity. averageDistanceToRock(GenreOntology ontology, Entity a, Entity b)
static float
WikidataArtistSimilarity. averageDistanceToSwing(GenreOntology ontology, Entity a)
static float
WikidataArtistSimilarity. averageDistanceToSwing(GenreOntology ontology, Entity a, Entity b)
static float
WikidataArtistSimilarity. averageDistanceToWorld(GenreOntology ontology, Entity a)
static float
WikidataArtistSimilarity. averageDistanceToWorld(GenreOntology ontology, Entity a, Entity b)
static float
WikidataArtistSimilarity. maxOfSharedGenreLevels(GenreOntology ontology, Entity a, Entity b)
static float
WikidataArtistSimilarity. meanOfSharedGenreLevels(GenreOntology ontology, Entity a, Entity b)
void
Wikidata. setGenreOntology(GenreOntology genreOntology)
static float
WikidataArtistSimilarity. sumOfSharedGenreLevels(GenreOntology ontology, Entity a, Entity b)
-