Uses of Interface
moa.clusterers.outliers.utils.mtree.PartitionFunction
-
Packages that use PartitionFunction Package Description moa.clusterers.outliers.utils.mtree -
-
Uses of PartitionFunction in moa.clusterers.outliers.utils.mtree
Classes in moa.clusterers.outliers.utils.mtree that implement PartitionFunction Modifier and Type Class Description static class
PartitionFunctions.BalancedPartition<DATA>
A partition function that tries to distribute the data objects equally between the promoted data objects, associating to each promoted data objects the nearest data objects.Constructors in moa.clusterers.outliers.utils.mtree with parameters of type PartitionFunction Constructor Description ComposedSplitFunction(PromotionFunction<DATA> promotionFunction, PartitionFunction<DATA> partitionFunction)
-