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(weka.core.Instance inst,
HoeffdingOptionTree.SplitNode parent,
int parentBranch,
boolean updateSplitterCounts) |
void |
HoeffdingOptionTree.Node.filterInstanceToLeaves(weka.core.Instance inst,
HoeffdingOptionTree.SplitNode splitparent,
int parentBranch,
List<HoeffdingOptionTree.FoundNode> foundNodes,
boolean updateSplitterCounts) |
void |
HoeffdingOptionTree.SplitNode.filterInstanceToLeaves(weka.core.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) |