public static interface HoeffdingAdaptiveTree.NewNode
Modifier and Type | Method and Description |
---|---|
void |
filterInstanceToLeaves(weka.core.Instance inst,
HoeffdingTree.SplitNode myparent,
int parentBranch,
List<HoeffdingTree.FoundNode> foundNodes,
boolean updateSplitterCounts) |
double |
getErrorEstimation() |
double |
getErrorWidth() |
boolean |
isNullError() |
void |
killTreeChilds(HoeffdingAdaptiveTree ht) |
void |
learnFromInstance(weka.core.Instance inst,
HoeffdingAdaptiveTree ht,
HoeffdingTree.SplitNode parent,
int parentBranch) |
int |
numberLeaves() |
int numberLeaves()
double getErrorEstimation()
double getErrorWidth()
boolean isNullError()
void killTreeChilds(HoeffdingAdaptiveTree ht)
void learnFromInstance(weka.core.Instance inst, HoeffdingAdaptiveTree ht, HoeffdingTree.SplitNode parent, int parentBranch)
void filterInstanceToLeaves(weka.core.Instance inst, HoeffdingTree.SplitNode myparent, int parentBranch, List<HoeffdingTree.FoundNode> foundNodes, boolean updateSplitterCounts)
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.