Uses of Interface
de.uni_trier.wi2.procake.similarity.base.aggregate.SMAggregateWeighted
Package
Description
-
Uses of SMAggregateWeighted in de.uni_trier.wi2.procake.similarity.base.aggregate
Modifier and TypeInterfaceDescriptioninterface
The weighted average is the most typically used aggregation function.interface
The Euclidian aggregation is the same as Minkowski aggregation with a fixed p = 2.interface
The k-maximum aggregation is a generalization of the standard maximum aggregation.interface
The k-minimum aggregation is a generalization of the standard minimum aggregation.interface
When using the maximum aggregation, the overall similarity is determined by the maximum local similarity.interface
When using the minimum aggregation, the overall similarity is determined by the minimum local similarity.interface
The Minkowski aggregation is a generalization of this weighted average. -
Uses of SMAggregateWeighted in de.uni_trier.wi2.procake.similarity.base.aggregate.impl
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class