public static class DTree.UndecidedNode extends DTree.Node
Modifier and Type | Field and Description |
---|---|
DHistogram[] |
_hs |
int[] |
_scoreCols |
_nid, _pid, _tree
Constructor and Description |
---|
DTree.UndecidedNode(DTree tree,
int pid,
DHistogram[] hs) |
Modifier and Type | Method and Description |
---|---|
protected water.AutoBuffer |
compress(water.AutoBuffer ab,
water.AutoBuffer abAux) |
void |
do_not_split() |
int[] |
scoreCols() |
protected int |
size() |
java.lang.String |
toString() |
java.lang.StringBuilder |
toString2(java.lang.StringBuilder sb,
int depth) |
nid, pid
public transient DHistogram[] _hs
public final int[] _scoreCols
public DTree.UndecidedNode(DTree tree, int pid, DHistogram[] hs)
public int[] scoreCols()
public void do_not_split()
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
protected water.AutoBuffer compress(water.AutoBuffer ab, water.AutoBuffer abAux)
compress
in class DTree.Node
protected int size()
size
in class DTree.Node