Uses of Class
moa.classifiers.trees.HoeffdingTree.SplitNode
-
Packages that use HoeffdingTree.SplitNode Package Description moa.classifiers.multilabel moa.classifiers.rules.core moa.classifiers.trees moa.learners.featureanalysis -
-
Uses of HoeffdingTree.SplitNode in moa.classifiers.multilabel
Methods in moa.classifiers.multilabel with parameters of type HoeffdingTree.SplitNode Modifier and Type Method Description protected void
MultilabelHoeffdingTree. deactivateLearningNode(HoeffdingTree.ActiveLearningNode toDeactivate, HoeffdingTree.SplitNode parent, int parentBranch)
-
Uses of HoeffdingTree.SplitNode in moa.classifiers.rules.core
Subclasses of HoeffdingTree.SplitNode in moa.classifiers.rules.core Modifier and Type Class Description class
RuleSplitNode
A modified SplitNode method implementing the extra information -
Uses of HoeffdingTree.SplitNode in moa.classifiers.trees
Subclasses of HoeffdingTree.SplitNode in moa.classifiers.trees Modifier and Type Class Description static class
HoeffdingAdaptiveTree.AdaSplitNode
Fields in moa.classifiers.trees declared as HoeffdingTree.SplitNode Modifier and Type Field Description HoeffdingTree.SplitNode
HoeffdingTree.FoundNode. parent
Methods in moa.classifiers.trees that return HoeffdingTree.SplitNode Modifier and Type Method Description protected HoeffdingTree.SplitNode
HoeffdingAdaptiveTree. newSplitNode(InstanceConditionalTest splitTest, double[] classObservations)
protected HoeffdingTree.SplitNode
HoeffdingAdaptiveTree. newSplitNode(InstanceConditionalTest splitTest, double[] classObservations, int size)
protected HoeffdingTree.SplitNode
HoeffdingTree. newSplitNode(InstanceConditionalTest splitTest, double[] classObservations)
protected HoeffdingTree.SplitNode
HoeffdingTree. newSplitNode(InstanceConditionalTest splitTest, double[] classObservations, int size)
Methods in moa.classifiers.trees with parameters of type HoeffdingTree.SplitNode Modifier and Type Method Description protected void
HoeffdingTree. activateLearningNode(HoeffdingTree.InactiveLearningNode toActivate, HoeffdingTree.SplitNode parent, int parentBranch)
protected void
HoeffdingAdaptiveTreeClassifLeaves. attemptToSplit(HoeffdingTree.ActiveLearningNode node, HoeffdingTree.SplitNode parent, int parentIndex)
protected void
HoeffdingTree. attemptToSplit(HoeffdingTree.ActiveLearningNode node, HoeffdingTree.SplitNode parent, int parentIndex)
protected void
HoeffdingTreeClassifLeaves. attemptToSplit(HoeffdingTree.ActiveLearningNode node, HoeffdingTree.SplitNode parent, int parentIndex)
protected void
HoeffdingTree. deactivateLearningNode(HoeffdingTree.ActiveLearningNode toDeactivate, HoeffdingTree.SplitNode parent, int parentBranch)
HoeffdingTree.FoundNode
HoeffdingTree.Node. filterInstanceToLeaf(Instance inst, HoeffdingTree.SplitNode parent, int parentBranch)
HoeffdingTree.FoundNode
HoeffdingTree.SplitNode. filterInstanceToLeaf(Instance inst, HoeffdingTree.SplitNode parent, int parentBranch)
void
HoeffdingAdaptiveTree.AdaLearningNode. filterInstanceToLeaves(Instance inst, HoeffdingTree.SplitNode splitparent, int parentBranch, List<HoeffdingTree.FoundNode> foundNodes, boolean updateSplitterCounts)
void
HoeffdingAdaptiveTree.AdaSplitNode. filterInstanceToLeaves(Instance inst, HoeffdingTree.SplitNode myparent, int parentBranch, List<HoeffdingTree.FoundNode> foundNodes, boolean updateSplitterCounts)
HoeffdingTree.FoundNode[]
HoeffdingAdaptiveTree. filterInstanceToLeaves(Instance inst, HoeffdingTree.SplitNode parent, int parentBranch, boolean updateSplitterCounts)
void
HoeffdingAdaptiveTree.NewNode. filterInstanceToLeaves(Instance inst, HoeffdingTree.SplitNode myparent, int parentBranch, List<HoeffdingTree.FoundNode> foundNodes, boolean updateSplitterCounts)
protected void
HoeffdingTree. findLearningNodes(HoeffdingTree.Node node, HoeffdingTree.SplitNode parent, int parentBranch, List<HoeffdingTree.FoundNode> found)
void
HoeffdingAdaptiveTree.AdaLearningNode. learnFromInstance(Instance inst, HoeffdingAdaptiveTree ht, HoeffdingTree.SplitNode parent, int parentBranch)
void
HoeffdingAdaptiveTree.AdaSplitNode. learnFromInstance(Instance inst, HoeffdingAdaptiveTree ht, HoeffdingTree.SplitNode parent, int parentBranch)
void
HoeffdingAdaptiveTree.NewNode. learnFromInstance(Instance inst, HoeffdingAdaptiveTree ht, HoeffdingTree.SplitNode parent, int parentBranch)
Constructors in moa.classifiers.trees with parameters of type HoeffdingTree.SplitNode Constructor Description FoundNode(HoeffdingTree.Node node, HoeffdingTree.SplitNode parent, int parentBranch)
-
Uses of HoeffdingTree.SplitNode in moa.learners.featureanalysis
Methods in moa.learners.featureanalysis with parameters of type HoeffdingTree.SplitNode Modifier and Type Method Description double
FeatureImportanceHoeffdingTree. calcNodeCover(HoeffdingTree.SplitNode splitNode)
double
FeatureImportanceHoeffdingTree. calcNodeDecreaseImpurity(HoeffdingTree.SplitNode splitNode)
-