public abstract static class ORTO.InnerNode extends ORTO.Node
Modifier and Type | Field and Description |
---|---|
protected AutoExpandVector<ORTO.Node> |
children |
protected DoubleVector |
lossStatistics |
protected double |
PHmT |
protected double |
PHMT |
protected int |
previousWeight |
protected int |
weightSeen |
Constructor and Description |
---|
ORTO.InnerNode(int id) |
Modifier and Type | Method and Description |
---|---|
int |
calcByteSize() |
void |
calculateDetph(ORTO tree) |
ORTO.Node |
getAlternateTree() |
ORTO.Node |
getChild(int index) |
int |
getChildIndex(ORTO.Node child) |
int |
numChildren() |
boolean |
PageHinckleyTest(double error,
double threshold)
Check to see if the tree needs updating
|
void |
setAdaptable(boolean value) |
void |
setAlternate(boolean value) |
void |
setAlternateTree(ORTO.Node tree) |
void |
setChild(int index,
ORTO.Node child) |
getDescription, getLevel, getNumSubtrees, getParent, getPrediction, isLeaf, processInstance, setParent
copy, copy, measureByteSize, measureByteSize, toString
protected AutoExpandVector<ORTO.Node> children
protected double PHmT
protected double PHMT
protected DoubleVector lossStatistics
protected int weightSeen
protected int previousWeight
public int numChildren()
public ORTO.Node getChild(int index)
public int getChildIndex(ORTO.Node child)
getChildIndex
in class ORTO.Node
public void setAlternateTree(ORTO.Node tree)
public ORTO.Node getAlternateTree()
public int calcByteSize()
calcByteSize
in class ORTO.Node
public void calculateDetph(ORTO tree)
calculateDetph
in class ORTO.Node
public boolean PageHinckleyTest(double error, double threshold)
public void setAdaptable(boolean value)
setAdaptable
in class ORTO.Node
public void setAlternate(boolean value)
setAlternate
in class ORTO.Node
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.