public static class DTree.DecidedNode extends DTree.Node
Modifier and Type | Field and Description |
---|---|
int[] |
_nids |
float |
_splat |
DTree.Split |
_split |
_nid, _pid, _tree
Constructor and Description |
---|
DTree.DecidedNode(DTree.UndecidedNode n,
DHistogram[] hs) |
Modifier and Type | Method and Description |
---|---|
DTree.Split |
bestCol(DTree.UndecidedNode u,
DHistogram[] hs) |
water.AutoBuffer |
compress(water.AutoBuffer ab,
water.AutoBuffer abAux) |
int |
getChildNodeID(water.fvec.Chunk[] chks,
int row) |
DTree.UndecidedNode |
makeUndecidedNode(DHistogram[] hs) |
double |
pred(int nid) |
int |
size() |
java.lang.String |
toString() |
java.lang.StringBuilder |
toString2(java.lang.StringBuilder sb,
int depth) |
nid, pid
public final DTree.Split _split
public final float _splat
public final int[] _nids
public DTree.DecidedNode(DTree.UndecidedNode n, DHistogram[] hs)
public DTree.UndecidedNode makeUndecidedNode(DHistogram[] hs)
public DTree.Split bestCol(DTree.UndecidedNode u, DHistogram[] hs)
public int getChildNodeID(water.fvec.Chunk[] chks, int row)
public double pred(int nid)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.StringBuilder toString2(java.lang.StringBuilder sb, int depth)
toString2
in class DTree.Node
public final int size()
size
in class DTree.Node
public water.AutoBuffer compress(water.AutoBuffer ab, water.AutoBuffer abAux)
compress
in class DTree.Node