Package | Description |
---|---|
moa.classifiers.multilabel | |
moa.classifiers.rules.nodes | |
moa.classifiers.trees |
Modifier and Type | Method and Description |
---|---|
protected void |
HoeffdingTreeClassifLeaves.attemptToSplit(HoeffdingTree.ActiveLearningNode node,
HoeffdingTree.SplitNode parent,
int parentIndex) |
protected void |
MultilabelHoeffdingTree.deactivateLearningNode(HoeffdingTree.ActiveLearningNode toDeactivate,
HoeffdingTree.SplitNode parent,
int parentBranch) |
Modifier and Type | Class and Description |
---|---|
class |
RuleSplitNode
A modified SplitNode method implementing the extra information
|
Modifier and Type | Class and Description |
---|---|
static class |
HoeffdingAdaptiveTree.AdaSplitNode |
Modifier and Type | Field and Description |
---|---|
HoeffdingTree.SplitNode |
HoeffdingTree.FoundNode.parent |
Modifier and Type | Method and Description |
---|---|
protected HoeffdingTree.SplitNode |
HoeffdingTree.newSplitNode(InstanceConditionalTest splitTest,
double[] classObservations) |
protected HoeffdingTree.SplitNode |
HoeffdingAdaptiveTree.newSplitNode(InstanceConditionalTest splitTest,
double[] classObservations) |
protected HoeffdingTree.SplitNode |
HoeffdingTree.newSplitNode(InstanceConditionalTest splitTest,
double[] classObservations,
int size) |
protected HoeffdingTree.SplitNode |
HoeffdingAdaptiveTree.newSplitNode(InstanceConditionalTest splitTest,
double[] classObservations,
int size) |
Modifier and Type | Method and Description |
---|---|
protected void |
HoeffdingTree.activateLearningNode(HoeffdingTree.InactiveLearningNode toActivate,
HoeffdingTree.SplitNode parent,
int parentBranch) |
protected void |
HoeffdingTree.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(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) |
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) |
void |
HoeffdingAdaptiveTree.NewNode.learnFromInstance(weka.core.Instance inst,
HoeffdingAdaptiveTree ht,
HoeffdingTree.SplitNode parent,
int parentBranch) |
void |
HoeffdingAdaptiveTree.AdaSplitNode.learnFromInstance(weka.core.Instance inst,
HoeffdingAdaptiveTree ht,
HoeffdingTree.SplitNode parent,
int parentBranch) |
void |
HoeffdingAdaptiveTree.AdaLearningNode.learnFromInstance(weka.core.Instance inst,
HoeffdingAdaptiveTree ht,
HoeffdingTree.SplitNode parent,
int parentBranch) |
Constructor and Description |
---|
HoeffdingTree.FoundNode(HoeffdingTree.Node node,
HoeffdingTree.SplitNode parent,
int parentBranch) |
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.