Package | Description |
---|---|
moa.classifiers.trees |
Modifier and Type | Class and Description |
---|---|
static class |
ORTO.ActiveLearningNode |
static class |
ORTO.InnerNode |
static class |
ORTO.OptionNode |
static class |
ORTO.SplitNode |
Modifier and Type | Field and Description |
---|---|
protected ORTO.Node |
ORTO.Node.alternateTree |
protected ORTO.Node |
ORTO.treeRoot |
Modifier and Type | Field and Description |
---|---|
protected AutoExpandVector<ORTO.Node> |
ORTO.InnerNode.children |
Modifier and Type | Method and Description |
---|---|
protected ORTO.Node |
ORTO.findWorstOption() |
ORTO.Node |
ORTO.InnerNode.getAlternateTree() |
ORTO.Node |
ORTO.InnerNode.getChild(int index) |
Modifier and Type | Method and Description |
---|---|
int |
ORTO.Node.getChildIndex(ORTO.Node child) |
int |
ORTO.InnerNode.getChildIndex(ORTO.Node child) |
void |
ORTO.InnerNode.setAlternateTree(ORTO.Node tree) |
void |
ORTO.Node.setChild(int parentBranch,
ORTO.Node node) |
void |
ORTO.InnerNode.setChild(int index,
ORTO.Node child) |
void |
ORTO.SplitNode.setChild(int index,
ORTO.Node child) |
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.