Class TrimmedAlgorithm<T>

java.lang.Object
kieker.analysis.generic.clustering.mtree.TrimmedAlgorithm<T>
Type Parameters:
T - the type of the Clustered Elements

public class TrimmedAlgorithm<T> extends Object
An implementation of the trimmed algorithm. The algorithm is proposed in the paper "A Sub-Quadratic Exact Medoid Algorithm". It seems to try to find the model which has the smallest distance to all other models.
Since:
2.0.0
Author:
Lars Jürgensen
  • Constructor Details

    • TrimmedAlgorithm

      public TrimmedAlgorithm(T[] models, IDistanceFunction<T> distanceFunction)
  • Method Details

    • calculate

      public T calculate()