Interface SMOntologySpRada
- All Superinterfaces:
SimilarityMeasure
,SMOntology
- All Known Implementing Classes:
SMOntologySpRadaImpl
Calculates the similarity between query and case based on the shortest path between query and
case entity in an ontology. The similarity function of Rada et al. is used.
- Author:
- Tobias Dahlem
-
Field Summary
FieldsFields inherited from interface de.uni_trier.wi2.procake.similarity.SimilarityMeasure
LOG_ORDER_NAME_NOT_FOUND
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Set the localname of the used relation for the shortest path.Methods inherited from interface de.uni_trier.wi2.procake.similarity.SimilarityMeasure
compute, getDataClass, getName, getSystemName, isForceOverride, isReusable, setForceOverride
Methods inherited from interface de.uni_trier.wi2.procake.similarity.base.ontology.SMOntology
checkArgumentApplicability, checkInstanceOntologyOrderPredicate
-
Field Details
-
NAME
- See Also:
-
-
Method Details
-
getRelations
- Returns:
- the used relation for the shortest path.
-
addRelation
Set the localname of the used relation for the shortest path.- Parameters:
r
- the localname of the relation.
-