Class ISplitFunction.SplitResult<R>

java.lang.Object
kieker.analysis.generic.clustering.mtree.ISplitFunction.SplitResult<R>
Type Parameters:
R - The type of the data objects.
Enclosing interface:
ISplitFunction<T>

public static class ISplitFunction.SplitResult<R> extends Object
An object used as the result for the ISplitFunction.process(Set, IDistanceFunction) method.
  • Constructor Details

  • Method Details

    • getPromoted

      public Pair<R> getPromoted()
    • getPartitions

      public Pair<Set<R>> getPartitions()