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>
An object used as the result for the
ISplitFunction.process(Set, IDistanceFunction) method.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SplitResult
The constructor for aISplitFunction.SplitResultobject.- Parameters:
promoted- promotedpartitions- partitions
-
-
Method Details
-
getPromoted
-
getPartitions
-