public abstract 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) |
void |
do_not_split() |
abstract int[] |
scoreCols(DHistogram[] hs) |
protected int |
size() |
java.lang.String |
toString() |
java.lang.StringBuilder |
toString2(java.lang.StringBuilder sb,
int depth) |
nid, pidpublic transient DHistogram[] _hs
public final int[] _scoreCols
public DTree.UndecidedNode(DTree tree, int pid, DHistogram[] hs)
public abstract int[] scoreCols(DHistogram[] hs)
public void do_not_split()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder toString2(java.lang.StringBuilder sb,
int depth)
toString2 in class DTree.Nodeprotected water.AutoBuffer compress(water.AutoBuffer ab)
compress in class DTree.Nodeprotected int size()
size in class DTree.Node