Package | Description |
---|---|
moa.classifiers.multilabel | |
moa.classifiers.rules.core | |
moa.classifiers.trees |
Modifier and Type | Class and Description |
---|---|
class |
HoeffdingTreeClassifLeaves.LearningNodeClassifier |
class |
MultilabelHoeffdingTree.MultilabelLearningNodeClassifier |
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 |
RuleActiveLearningNode
A modified ActiveLearningNode that uses a Perceptron as the leaf node model,
and ensures that the class values sent to the attribute observers are not
truncated to ints if regression is being performed
|
class |
RuleActiveRegressionNode
A modified ActiveLearningNode that uses a Perceptron as the leaf node model,
and ensures that the class values sent to the attribute observers are not
truncated to ints if regression is being performed
|
Modifier and Type | Class and Description |
---|---|
static class |
HoeffdingAdaptiveTree.AdaLearningNode |
static class |
HoeffdingTree.LearningNodeNB |
static class |
HoeffdingTree.LearningNodeNBAdaptive |
static class |
LimAttHoeffdingTree.LearningNodeNB |
static class |
LimAttHoeffdingTree.LearningNodeNBAdaptive |
static class |
LimAttHoeffdingTree.LimAttLearningNode |
static class |
RandomHoeffdingTree.LearningNodeNB |
static class |
RandomHoeffdingTree.LearningNodeNBAdaptive |
static class |
RandomHoeffdingTree.RandomLearningNode |
Modifier and Type | Method and Description |
---|---|
protected void |
HoeffdingTree.attemptToSplit(HoeffdingTree.ActiveLearningNode node,
HoeffdingTree.SplitNode parent,
int parentIndex) |
protected void |
HoeffdingTree.deactivateLearningNode(HoeffdingTree.ActiveLearningNode toDeactivate,
HoeffdingTree.SplitNode parent,
int parentBranch) |
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.