DATA - The type of the data objects.public static class SplitFunction.SplitResult<DATA> extends Object
SplitFunction.process(Set, DistanceFunction) method.| Modifier and Type | Field and Description |
|---|---|
Pair<Set<DATA>> |
partitions
A pair of partitions corresponding to the
promoted data
objects. |
Pair<DATA> |
promoted
A pair of promoted data objects.
|
| Constructor and Description |
|---|
SplitFunction.SplitResult(Pair<DATA> promoted,
Pair<Set<DATA>> partitions)
The constructor for a
SplitFunction.SplitResult object. |
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.