Uses of Class
moa.classifiers.trees.HoeffdingAdaptiveTree
-
Packages that use HoeffdingAdaptiveTree Package Description moa.classifiers.trees -
-
Uses of HoeffdingAdaptiveTree in moa.classifiers.trees
Subclasses of HoeffdingAdaptiveTree in moa.classifiers.trees Modifier and Type Class Description class
HoeffdingAdaptiveTreeClassifLeaves
Hoeffding Adaptive Tree for evolving data streams that has a classifier at the leaves.Methods in moa.classifiers.trees with parameters of type HoeffdingAdaptiveTree Modifier and Type Method Description void
HoeffdingAdaptiveTree.AdaLearningNode. killTreeChilds(HoeffdingAdaptiveTree ht)
void
HoeffdingAdaptiveTree.AdaSplitNode. killTreeChilds(HoeffdingAdaptiveTree ht)
void
HoeffdingAdaptiveTree.NewNode. killTreeChilds(HoeffdingAdaptiveTree ht)
void
HoeffdingAdaptiveTree.AdaLearningNode. learnFromInstance(Instance inst, HoeffdingAdaptiveTree ht, HoeffdingTree.SplitNode parent, int parentBranch)
void
HoeffdingAdaptiveTree.AdaSplitNode. learnFromInstance(Instance inst, HoeffdingAdaptiveTree ht, HoeffdingTree.SplitNode parent, int parentBranch)
void
HoeffdingAdaptiveTree.NewNode. learnFromInstance(Instance inst, HoeffdingAdaptiveTree ht, HoeffdingTree.SplitNode parent, int parentBranch)
-