Interface SMAggregateMaximum
-
- All Superinterfaces:
SimilarityMeasure
,SMAggregate
,SMAggregateWeighted
- All Known Implementing Classes:
SMAggregateMaximumImpl
public interface SMAggregateMaximum extends SMAggregateWeighted
When using the maximum aggregation, the overall similarity is determined by the maximum local similarity. This realizes a kind of disjunctive global similarity. If one attribute indicates a high utility the utility for the whole case is high.Φ(s1, , si) = maxni (ωi · si)
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAME
Name of similarity measure is "AggregateMaximum".-
Fields inherited from interface de.uni_trier.wi2.procake.similarity.SimilarityMeasure
LOG_ORDER_NAME_NOT_FOUND
-
Fields inherited from interface de.uni_trier.wi2.procake.similarity.base.aggregate.SMAggregate
COMPONENT, COMPONENT_KEY, DEFAULT_IGNORE_NULL_ATTRIBUTES_IN_QUERY, LOG_ATTRIBUTE_NAME_NOT_FOUND, LOG_ATTRIBUTE_NOT_FOUND, PROPERTY_USER_WEIGHT
-
Fields inherited from interface de.uni_trier.wi2.procake.similarity.base.aggregate.SMAggregateWeighted
DEFAULT_WEIGHT
-
-
Method Summary
-
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.aggregate.SMAggregate
isIgnoreNullAttributesInQuery, setIgnoreNullAttributesInQuery
-
Methods inherited from interface de.uni_trier.wi2.procake.similarity.base.aggregate.SMAggregateWeighted
getDefaultWeight, getWeight, setDefaultWeight, setWeight
-
-
-
-
Field Detail
-
NAME
static final String NAME
Name of similarity measure is "AggregateMaximum".- See Also:
- Constant Field Values
-
-