public static class ORTO.SplitNode extends ORTO.InnerNode
| Modifier and Type | Field and Description |
|---|---|
protected InstanceConditionalTest |
splitTest |
children, lossStatistics, PHmT, PHMT, previousWeight, weightSeen| Constructor and Description |
|---|
ORTO.SplitNode(InstanceConditionalTest splitTest,
int id) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumSubtrees() |
double[] |
getPrediction(weka.core.Instance inst,
ORTO tree) |
int |
instanceChildIndex(weka.core.Instance inst) |
boolean |
isLeaf() |
double[] |
processInstance(weka.core.Instance inst,
ORTO tree) |
void |
setChild(int index,
ORTO.Node child) |
calcByteSize, calculateDetph, getAlternateTree, getChild, getChildIndex, numChildren, PageHinckleyTest, setAdaptable, setAlternate, setAlternateTreegetDescription, getLevel, getParent, setParentcopy, copy, measureByteSize, measureByteSize, toStringprotected InstanceConditionalTest splitTest
public ORTO.SplitNode(InstanceConditionalTest splitTest, int id)
public void setChild(int index,
ORTO.Node child)
setChild in class ORTO.InnerNodepublic int instanceChildIndex(weka.core.Instance inst)
public int getNumSubtrees()
getNumSubtrees in class ORTO.Nodepublic double[] processInstance(weka.core.Instance inst,
ORTO tree)
processInstance in class ORTO.Nodepublic double[] getPrediction(weka.core.Instance inst,
ORTO tree)
getPrediction in class ORTO.NodeCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.