public static interface HoeffdingAdaptiveTree.NewNode
Modifier and Type | Method and Description |
---|---|
void |
filterInstanceToLeaves(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(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(Instance inst, HoeffdingAdaptiveTree ht, HoeffdingTree.SplitNode parent, int parentBranch)
void filterInstanceToLeaves(Instance inst, HoeffdingTree.SplitNode myparent, int parentBranch, List<HoeffdingTree.FoundNode> foundNodes, boolean updateSplitterCounts)
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.