Package | Description |
---|---|
moa.classifiers.multilabel.trees |
Modifier and Type | Class and Description |
---|---|
static class |
ISOUPTree.InnerNode |
static class |
ISOUPTree.LeafNode |
static class |
ISOUPTree.SplitNode |
Modifier and Type | Field and Description |
---|---|
protected ISOUPTree.Node |
ISOUPTree.Node.alternateTree |
protected ISOUPTree.Node |
ISOUPTree.Node.originalNode |
protected ISOUPTree.Node |
ISOUPTree.treeRoot |
Modifier and Type | Field and Description |
---|---|
protected AutoExpandVector<ISOUPTree.Node> |
ISOUPTree.InnerNode.children |
Modifier and Type | Method and Description |
---|---|
ISOUPTree.Node |
ISOUPTree.InnerNode.getChild(int i) |
ISOUPTree.Node |
ISOUPTree.Node.getParent()
Return the parent node
|
Modifier and Type | Method and Description |
---|---|
void |
ISOUPTree.Node.copyStatistics(ISOUPTree.Node node) |
int |
ISOUPTree.Node.getChildIndex(ISOUPTree.Node child) |
int |
ISOUPTree.InnerNode.getChildIndex(ISOUPTree.Node child) |
void |
ISOUPTree.processInstance(MultiLabelInstance inst,
ISOUPTree.Node node,
double[] prediction,
double[] normalError,
boolean growthAllowed,
boolean inAlternate) |
void |
ISOUPTree.Node.setChild(int parentBranch,
ISOUPTree.Node node) |
void |
ISOUPTree.InnerNode.setChild(int i,
ISOUPTree.Node child) |
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.