Uses of Class
moa.classifiers.trees.ARFHoeffdingTree
-
Packages that use ARFHoeffdingTree Package Description moa.classifiers.meta -
-
Uses of ARFHoeffdingTree in moa.classifiers.meta
Fields in moa.classifiers.meta declared as ARFHoeffdingTree Modifier and Type Field Description ARFHoeffdingTree
AdaptiveRandomForest.ARFBaseLearner. classifier
Constructors in moa.classifiers.meta with parameters of type ARFHoeffdingTree Constructor Description ARFBaseLearner(int indexOriginal, ARFHoeffdingTree instantiatedClassifier, BasicClassificationPerformanceEvaluator evaluatorInstantiated, long instancesSeen, boolean useBkgLearner, boolean useDriftDetector, ClassOption driftOption, ClassOption warningOption, boolean isBackgroundLearner)
-