Package | Description |
---|---|
moa.classifiers.trees |
Modifier and Type | Class and Description |
---|---|
static class |
AdaHoeffdingOptionTree.AdaLearningNode |
static class |
HoeffdingOptionTree.ActiveLearningNode |
static class |
HoeffdingOptionTree.InactiveLearningNode |
static class |
HoeffdingOptionTree.LearningNode |
static class |
HoeffdingOptionTree.LearningNodeNB |
static class |
HoeffdingOptionTree.LearningNodeNBAdaptive |
static class |
HoeffdingOptionTree.SplitNode |
Modifier and Type | Field and Description |
---|---|
protected HoeffdingOptionTree.Node |
HoeffdingOptionTree.SplitNode.nextOption |
HoeffdingOptionTree.Node |
HoeffdingOptionTree.FoundNode.node |
protected HoeffdingOptionTree.Node |
HoeffdingOptionTree.treeRoot |
Modifier and Type | Field and Description |
---|---|
protected AutoExpandVector<HoeffdingOptionTree.Node> |
HoeffdingOptionTree.SplitNode.children |
Modifier and Type | Method and Description |
---|---|
HoeffdingOptionTree.Node |
HoeffdingOptionTree.SplitNode.getChild(int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
HoeffdingOptionTree.findLearningNodes(HoeffdingOptionTree.Node node,
HoeffdingOptionTree.SplitNode parent,
int parentBranch,
List<HoeffdingOptionTree.FoundNode> found) |
void |
HoeffdingOptionTree.SplitNode.setChild(int index,
HoeffdingOptionTree.Node child) |
Constructor and Description |
---|
HoeffdingOptionTree.FoundNode(HoeffdingOptionTree.Node node,
HoeffdingOptionTree.SplitNode parent,
int parentBranch) |
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.