Uses of Interface
de.uni_trier.wi2.procake.similarity.base.ontology.SMOntology
-
-
Uses of SMOntology in de.uni_trier.wi2.procake.similarity.base.ontology
Subinterfaces of SMOntology in de.uni_trier.wi2.procake.similarity.base.ontology Modifier and Type Interface Description interfaceSMOntologyPathThe similarity between query and case based on the shortest path between query and case node in an ontology. -
Uses of SMOntology in de.uni_trier.wi2.procake.similarity.base.ontology.aggregate
Subinterfaces of SMOntology in de.uni_trier.wi2.procake.similarity.base.ontology.aggregate Modifier and Type Interface Description interfaceSMOntologyAggAvgCalculates the similarity between query and case based on the local similarities of the connected objects of the query and case entities via specific relations in an ontology. -
Uses of SMOntology in de.uni_trier.wi2.procake.similarity.base.ontology.aggregate.impl
Classes in de.uni_trier.wi2.procake.similarity.base.ontology.aggregate.impl that implement SMOntology Modifier and Type Class Description classSMOntologyAggAvgImplThis similarity measure calculates the similarity of to entities in an ontology. -
Uses of SMOntology in de.uni_trier.wi2.procake.similarity.base.ontology.group
Subinterfaces of SMOntology in de.uni_trier.wi2.procake.similarity.base.ontology.group Modifier and Type Interface Description interfaceSMOntologyDirectGroupCalculates the similarity between query- and case-sets based on the set-based measures.interfaceSMOntologyIndirectGroupCalculates the similarity between query- and case-sets based on the pair similarity of their objects. -
Uses of SMOntology in de.uni_trier.wi2.procake.similarity.base.ontology.group.impl
Classes in de.uni_trier.wi2.procake.similarity.base.ontology.group.impl that implement SMOntology Modifier and Type Class Description classSMOntologyDirectGroupImplThis similarity measure calculates the similarity between to sets of objects from an ontology.classSMOntologyIndirectGroupImplThis similarity measure calculates the similarity between to sets of objects from an ontology. -
Uses of SMOntology in de.uni_trier.wi2.procake.similarity.base.ontology.impl
Classes in de.uni_trier.wi2.procake.similarity.base.ontology.impl that implement SMOntology Modifier and Type Class Description classSMOntologyImplAbstract interface that collects all similarity measures forURIClass.classSMOntologyPathImplThis similarity measure calculates the path length between two classes in a ontology. -
Uses of SMOntology in de.uni_trier.wi2.procake.similarity.base.ontology.pair
Subinterfaces of SMOntology in de.uni_trier.wi2.procake.similarity.base.ontology.pair Modifier and Type Interface Description interfaceSMOntologyFbMSCalculates the similarity between query and case based on the equal and different features of the query and case entity in an ontology.interfaceSMOntologyFbSanchezCalculates the similarity between query and case based on the equal and different features of the query and case entity in an ontology.interfaceSMOntologyIsEquivalentCalculates the similarity between query and case based on the existence of specific relations between query and case entity in an ontology.interfaceSMOntologySpRadaCalculates the similarity between query and case based on the shortest path between query and case entity in an ontology.interfaceSMOntologySpSlimaniCalculates the similarity between query and case based on the shortest path between query and case entity in an ontology.interfaceSMOntologySpWuPalmerCalculates the similarity between query and case based on the shortest path between query and case entity in an ontology. -
Uses of SMOntology in de.uni_trier.wi2.procake.similarity.base.ontology.pair.impl
Classes in de.uni_trier.wi2.procake.similarity.base.ontology.pair.impl that implement SMOntology Modifier and Type Class Description classSMOntologyFbMSImplThis similarity measure calculates the similarity of to entities in an ontology.classSMOntologyFbSanchezImplThis similarity measure calculates the similarity of to entities in an ontology.classSMOntologyIsEquivalentImplThis similarity measure calculates the similarity of two entities in an ontology.classSMOntologySpRadaImplThis similarity measure calculates the similarity of to entities in an ontology.classSMOntologySpSlimaniImplThis similarity measure calculates the similarity of to entities in an ontology.classSMOntologySpWuPalmerImplThis similarity measure calculates the similarity of to entities in an ontology.
-