Class TrimmedAlgorithm<T>
java.lang.Object
kieker.analysis.generic.clustering.mtree.TrimmedAlgorithm<T>
- Type Parameters:
T- the type of the Clustered Elements
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
TrimmedAlgorithm
-
-
Method Details
-
calculate
-