Package de.uni_trier.wi2.procake.similarity.base.aggregate
package de.uni_trier.wi2.procake.similarity.base.aggregate
-
ClassDescriptionAbstract interface that collects all similarity measures for
AggregateClass
es.The weighted average is the most typically used aggregation function.The Euclidian aggregation is the same as Minkowski aggregation with a fixed p = 2.The k-maximum aggregation is a generalization of the standard maximum aggregation.The k-minimum aggregation is a generalization of the standard minimum aggregation.When using the maximum aggregation, the overall similarity is determined by the maximum local similarity.When using the minimum aggregation, the overall similarity is determined by the minimum local similarity.The Minkowski aggregation is a generalization of this weighted average.Abstract interface for aggregate similarity measures with weighted attributes.