protected class LADTree.PredictionNode extends Object implements Serializable, Cloneable
Constructor and Description |
---|
PredictionNode(double[] newValues) |
Modifier and Type | Method and Description |
---|---|
void |
addChild(LADTree.Splitter newChild) |
Enumeration |
children() |
Object |
clone() |
FastVector |
getChildren() |
double[] |
getValues() |
void |
merge(LADTree.PredictionNode merger) |
void |
setValues(double[] newValues) |
public void setValues(double[] newValues)
public double[] getValues()
public FastVector getChildren()
public Enumeration children()
public void addChild(LADTree.Splitter newChild)
public void merge(LADTree.PredictionNode merger)
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.