Class ComposedSplitFunction<T>

java.lang.Object
kieker.analysis.generic.clustering.mtree.ComposedSplitFunction<T>
Type Parameters:
T - The type of the data objects.
All Implemented Interfaces:
ISplitFunction<T>

public class ComposedSplitFunction<T>
extends java.lang.Object
implements ISplitFunction<T>
A split function that is defined by composing a promotion function and a partition function.
Since:
2.0.0
Author:
Eduardo R. D'Avila