Uses of Class
moa.classifiers.trees.HoeffdingOptionTree.ActiveLearningNode
-
Packages that use HoeffdingOptionTree.ActiveLearningNode Package Description moa.classifiers.trees -
-
Uses of HoeffdingOptionTree.ActiveLearningNode in moa.classifiers.trees
Subclasses of HoeffdingOptionTree.ActiveLearningNode in moa.classifiers.trees Modifier and Type Class Description static class
AdaHoeffdingOptionTree.AdaLearningNode
static class
HoeffdingOptionTree.LearningNodeNB
static class
HoeffdingOptionTree.LearningNodeNBAdaptive
Methods in moa.classifiers.trees with parameters of type HoeffdingOptionTree.ActiveLearningNode Modifier and Type Method Description protected void
HoeffdingOptionTree. attemptToSplit(HoeffdingOptionTree.ActiveLearningNode node, HoeffdingOptionTree.SplitNode parent, int parentIndex)
protected void
HoeffdingOptionTree. deactivateLearningNode(HoeffdingOptionTree.ActiveLearningNode toDeactivate, HoeffdingOptionTree.SplitNode parent, int parentBranch)
-