Uses of Interface
de.uni_trier.wi2.procake.similarity.base.aggregate.SMAggregateWeighted
-
Packages that use SMAggregateWeighted Package Description de.uni_trier.wi2.procake.similarity.base.aggregate de.uni_trier.wi2.procake.similarity.base.aggregate.impl -
-
Uses of SMAggregateWeighted in de.uni_trier.wi2.procake.similarity.base.aggregate
Subinterfaces of SMAggregateWeighted 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. -
Uses of SMAggregateWeighted in de.uni_trier.wi2.procake.similarity.base.aggregate.impl
Classes in de.uni_trier.wi2.procake.similarity.base.aggregate.impl that implement SMAggregateWeighted Modifier and Type Class Description classSMAggregateAverageImplclassSMAggregateEuclidianImplclassSMAggregateKMaximumImplclassSMAggregateKMinimumImplclassSMAggregateMaximumImplclassSMAggregateMinimumImplclassSMAggregateMinkowskiImplclassSMAggregateWeightedImpl
-