Package | Description |
---|---|
moa.classifiers.trees |
Modifier and Type | Method and Description |
---|---|
HoeffdingOptionTree.FoundNode[] |
HoeffdingOptionTree.Node.filterInstanceToLeaves(weka.core.Instance inst,
HoeffdingOptionTree.SplitNode parent,
int parentBranch,
boolean updateSplitterCounts) |
protected HoeffdingOptionTree.FoundNode[] |
HoeffdingOptionTree.findLearningNodes() |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.