Interface SMAggregateEuclidian

All Superinterfaces:
SimilarityMeasure, SMAggregate, SMAggregateMinkowski, SMAggregateWeighted
All Known Implementing Classes:
SMAggregateEuclidianImpl

public interface SMAggregateEuclidian extends SMAggregateMinkowski
The Euclidian aggregation is the same as Minkowski aggregation with a fixed p = 2.

Φ(s, …, si) = (∑ni=1i · s2i))1/2