Uses of Interface
moa.clusterers.outliers.utils.mtree.PromotionFunction
-
Packages that use PromotionFunction Package Description moa.clusterers.outliers.utils.mtree -
-
Uses of PromotionFunction in moa.clusterers.outliers.utils.mtree
Classes in moa.clusterers.outliers.utils.mtree that implement PromotionFunction Modifier and Type Class Description static class
PromotionFunctions.RandomPromotion<DATA>
A promotion function object that randomly chooses ("promotes") two data objects.Constructors in moa.clusterers.outliers.utils.mtree with parameters of type PromotionFunction Constructor Description ComposedSplitFunction(PromotionFunction<DATA> promotionFunction, PartitionFunction<DATA> partitionFunction)
-