Uses of Class
moa.classifiers.trees.HoeffdingOptionTree.SplitNode
-
Packages that use HoeffdingOptionTree.SplitNode Package Description moa.classifiers.trees -
-
Uses of HoeffdingOptionTree.SplitNode in moa.classifiers.trees
Fields in moa.classifiers.trees declared as HoeffdingOptionTree.SplitNode Modifier and Type Field Description HoeffdingOptionTree.SplitNode
HoeffdingOptionTree.FoundNode. parent
protected HoeffdingOptionTree.SplitNode
HoeffdingOptionTree.SplitNode. parent
Methods in moa.classifiers.trees with parameters of type HoeffdingOptionTree.SplitNode Modifier and Type Method Description protected void
HoeffdingOptionTree. activateLearningNode(HoeffdingOptionTree.InactiveLearningNode toActivate, HoeffdingOptionTree.SplitNode parent, int parentBranch)
protected void
HoeffdingOptionTree. attemptToSplit(HoeffdingOptionTree.ActiveLearningNode node, HoeffdingOptionTree.SplitNode parent, int parentIndex)
protected void
HoeffdingOptionTree. deactivateLearningNode(HoeffdingOptionTree.ActiveLearningNode toDeactivate, HoeffdingOptionTree.SplitNode parent, int parentBranch)
HoeffdingOptionTree.FoundNode[]
HoeffdingOptionTree.Node. filterInstanceToLeaves(Instance inst, HoeffdingOptionTree.SplitNode parent, int parentBranch, boolean updateSplitterCounts)
void
HoeffdingOptionTree.Node. filterInstanceToLeaves(Instance inst, HoeffdingOptionTree.SplitNode splitparent, int parentBranch, List<HoeffdingOptionTree.FoundNode> foundNodes, boolean updateSplitterCounts)
void
HoeffdingOptionTree.SplitNode. filterInstanceToLeaves(Instance inst, HoeffdingOptionTree.SplitNode myparent, int parentBranch, List<HoeffdingOptionTree.FoundNode> foundNodes, boolean updateSplitterCounts)
protected void
HoeffdingOptionTree. findLearningNodes(HoeffdingOptionTree.Node node, HoeffdingOptionTree.SplitNode parent, int parentBranch, List<HoeffdingOptionTree.FoundNode> found)
void
HoeffdingOptionTree.SplitNode. updateOptionCount(HoeffdingOptionTree.SplitNode source, HoeffdingOptionTree hot)
Constructors in moa.classifiers.trees with parameters of type HoeffdingOptionTree.SplitNode Constructor Description FoundNode(HoeffdingOptionTree.Node node, HoeffdingOptionTree.SplitNode parent, int parentBranch)
-