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, setAlternateTree
getDescription, getLevel, getParent, setParent
copy, copy, measureByteSize, measureByteSize, toString
protected InstanceConditionalTest splitTest
public ORTO.SplitNode(InstanceConditionalTest splitTest, int id)
public void setChild(int index, ORTO.Node child)
setChild
in class ORTO.InnerNode
public int instanceChildIndex(weka.core.Instance inst)
public int getNumSubtrees()
getNumSubtrees
in class ORTO.Node
public double[] processInstance(weka.core.Instance inst, ORTO tree)
processInstance
in class ORTO.Node
public double[] getPrediction(weka.core.Instance inst, ORTO tree)
getPrediction
in class ORTO.Node
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.