Interface SMOntologyDirectGroup
-
- All Superinterfaces:
SimilarityMeasure,SMOntology
- All Known Implementing Classes:
SMOntologyDirectGroupImpl
public interface SMOntologyDirectGroup extends SMOntology
Calculates the similarity between query- and case-sets based on the set-based measures. The set-based measure is defined by its name and called in the function.- Author:
- Tobias Dahlem
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAME-
Fields inherited from interface de.uni_trier.wi2.procake.similarity.SimilarityMeasure
COMPONENT, COMPONENT_KEY, LOG_ORDER_NAME_NOT_FOUND
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSimMeasure()voidsetSimMeasure(String simMeasure)Set the set based measure by its name from the similarity model.-
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 Detail
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
-