Uses of Interface
de.uni_trier.wi2.procake.similarity.base.aggregate.SMAggregate
-
Packages that use SMAggregate Package Description de.uni_trier.wi2.procake.similarity.base.aggregate de.uni_trier.wi2.procake.similarity.base.aggregate.impl -
-
Uses of SMAggregate in de.uni_trier.wi2.procake.similarity.base.aggregate
Subinterfaces of SMAggregate in de.uni_trier.wi2.procake.similarity.base.aggregate Modifier and Type Interface Description interfaceSMAggregateAverageThe weighted average is the most typically used aggregation function.interfaceSMAggregateEuclidianThe Euclidian aggregation is the same as Minkowski aggregation with a fixed p = 2.interfaceSMAggregateKMaximumThe k-maximum aggregation is a generalization of the standard maximum aggregation.interfaceSMAggregateKMinimumThe k-minimum aggregation is a generalization of the standard minimum aggregation.interfaceSMAggregateMaximumWhen using the maximum aggregation, the overall similarity is determined by the maximum local similarity.interfaceSMAggregateMinimumWhen using the minimum aggregation, the overall similarity is determined by the minimum local similarity.interfaceSMAggregateMinkowskiThe Minkowski aggregation is a generalization of this weighted average.interfaceSMAggregateWeightedAbstract interface for aggregate similarity measures with weighted attributes. -
Uses of SMAggregate in de.uni_trier.wi2.procake.similarity.base.aggregate.impl
Classes in de.uni_trier.wi2.procake.similarity.base.aggregate.impl that implement SMAggregate Modifier and Type Class Description classSMAggregateAverageImplclassSMAggregateEuclidianImplclassSMAggregateImplclassSMAggregateKMaximumImplclassSMAggregateKMinimumImplclassSMAggregateMaximumImplclassSMAggregateMinimumImplclassSMAggregateMinkowskiImplclassSMAggregateWeightedImpl
-