Package | Description |
---|---|
moa.classifiers.trees |
Modifier and Type | Class and Description |
---|---|
static class |
FIMTDD.InnerNode |
static class |
FIMTDD.LeafNode |
static class |
FIMTDD.SplitNode |
static class |
ORTO.OptionNode |
Modifier and Type | Field and Description |
---|---|
protected FIMTDD.Node |
FIMTDD.Node.alternateTree |
protected FIMTDD.Node |
FIMTDD.Node.originalNode |
protected FIMTDD.Node |
FIMTDD.Node.parent |
protected FIMTDD.Node |
FIMTDD.treeRoot |
Modifier and Type | Field and Description |
---|---|
protected AutoExpandVector<FIMTDD.Node> |
FIMTDD.InnerNode.children |
Modifier and Type | Method and Description |
---|---|
FIMTDD.Node |
FIMTDD.SplitNode.descendOneStep(Instance inst) |
protected FIMTDD.Node |
ORTO.findWorstOption() |
FIMTDD.Node |
FIMTDD.InnerNode.getChild(int index) |
FIMTDD.Node |
FIMTDD.Node.getParent()
Return the parent node
|
Modifier and Type | Method and Description |
---|---|
protected void |
ORTO.attemptToSplit(FIMTDD.LeafNode node,
FIMTDD.Node parent,
int parentIndex) |
protected void |
FIMTDD.attemptToSplit(FIMTDD.LeafNode node,
FIMTDD.Node parent,
int parentIndex) |
void |
FIMTDD.Node.copyStatistics(FIMTDD.Node node) |
int |
FIMTDD.Node.getChildIndex(FIMTDD.Node child) |
int |
FIMTDD.LeafNode.getChildIndex(FIMTDD.Node child) |
int |
FIMTDD.InnerNode.getChildIndex(FIMTDD.Node child) |
void |
ORTO.processInstance(Instance inst,
FIMTDD.Node node,
double prediction,
double normalError,
boolean growthAllowed,
boolean inAlternate) |
void |
FIMTDD.processInstance(Instance inst,
FIMTDD.Node node,
double prediction,
double normalError,
boolean growthAllowed,
boolean inAlternate) |
void |
FIMTDD.Node.setChild(int parentBranch,
FIMTDD.Node node) |
void |
FIMTDD.LeafNode.setChild(int parentBranch,
FIMTDD.Node node) |
void |
FIMTDD.InnerNode.setChild(int index,
FIMTDD.Node child) |
void |
FIMTDD.Node.setParent(FIMTDD.Node parent)
Set the parent node
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.