Package | Description |
---|---|
moa.classifiers.trees |
Modifier and Type | Method and Description |
---|---|
HoeffdingTree.FoundNode |
HoeffdingTree.Node.filterInstanceToLeaf(weka.core.Instance inst,
HoeffdingTree.SplitNode parent,
int parentBranch) |
HoeffdingTree.FoundNode |
HoeffdingTree.SplitNode.filterInstanceToLeaf(weka.core.Instance inst,
HoeffdingTree.SplitNode parent,
int parentBranch) |
HoeffdingTree.FoundNode[] |
HoeffdingAdaptiveTree.filterInstanceToLeaves(weka.core.Instance inst,
HoeffdingTree.SplitNode parent,
int parentBranch,
boolean updateSplitterCounts) |
protected HoeffdingTree.FoundNode[] |
HoeffdingTree.findLearningNodes() |
Modifier and Type | Method and Description |
---|---|
void |
HoeffdingAdaptiveTree.NewNode.filterInstanceToLeaves(weka.core.Instance inst,
HoeffdingTree.SplitNode myparent,
int parentBranch,
List<HoeffdingTree.FoundNode> foundNodes,
boolean updateSplitterCounts) |
void |
HoeffdingAdaptiveTree.AdaSplitNode.filterInstanceToLeaves(weka.core.Instance inst,
HoeffdingTree.SplitNode myparent,
int parentBranch,
List<HoeffdingTree.FoundNode> foundNodes,
boolean updateSplitterCounts) |
void |
HoeffdingAdaptiveTree.AdaLearningNode.filterInstanceToLeaves(weka.core.Instance inst,
HoeffdingTree.SplitNode splitparent,
int parentBranch,
List<HoeffdingTree.FoundNode> foundNodes,
boolean updateSplitterCounts) |
protected void |
HoeffdingTree.findLearningNodes(HoeffdingTree.Node node,
HoeffdingTree.SplitNode parent,
int parentBranch,
List<HoeffdingTree.FoundNode> found) |
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.