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, setChildgetDescription, getLevel, getParent, setParentcopy, copy, measureByteSize, measureByteSize, toStringprotected double[] optionFFSSL
protected double[] optionFFSeen
public void resetFF()
public int getNumSubtrees()
getNumSubtrees in class ORTO.Nodepublic int directionForBestTree()
public double[] getPrediction(weka.core.Instance inst,
ORTO tree)
getPrediction in class ORTO.Nodepublic double[] processInstance(weka.core.Instance inst,
ORTO tree)
processInstance in class ORTO.Nodepublic double getFFRatio(int childIndex)
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.