public static class ORTO.OptionNode extends ORTO.InnerNode
Modifier and Type | Field and Description |
---|---|
protected double[] |
optionFFSeen |
protected double[] |
optionFFSSL |
children, lossStatistics, PHmT, PHMT, previousWeight, weightSeen
Constructor and Description |
---|
ORTO.OptionNode(int id) |
Modifier and Type | Method and Description |
---|---|
int |
directionForBestTree() |
double |
getFFRatio(int childIndex) |
int |
getNumSubtrees() |
double[] |
getPrediction(weka.core.Instance inst,
ORTO tree) |
boolean |
isLeaf() |
double[] |
processInstance(weka.core.Instance inst,
ORTO tree) |
void |
resetFF() |
calcByteSize, calculateDetph, getAlternateTree, getChild, getChildIndex, numChildren, PageHinckleyTest, setAdaptable, setAlternate, setAlternateTree, setChild
getDescription, getLevel, getParent, setParent
copy, copy, measureByteSize, measureByteSize, toString
protected double[] optionFFSSL
protected double[] optionFFSeen
public void resetFF()
public int getNumSubtrees()
getNumSubtrees
in class ORTO.Node
public int directionForBestTree()
public double[] getPrediction(weka.core.Instance inst, ORTO tree)
getPrediction
in class ORTO.Node
public double[] processInstance(weka.core.Instance inst, ORTO tree)
processInstance
in class ORTO.Node
public double getFFRatio(int childIndex)
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.