hex.gbm
Class DTree.UndecidedNode
java.lang.Object
water.Iced
hex.gbm.DTree.Node
hex.gbm.DTree.UndecidedNode
- All Implemented Interfaces:
- java.lang.Cloneable, Freezable
- Enclosing class:
- DTree
public abstract static class DTree.UndecidedNode
- extends DTree.Node
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_hs
public DHistogram[] _hs
_scoreCols
public int[] _scoreCols
DTree.UndecidedNode
public DTree.UndecidedNode(DTree tree,
int pid,
DBinHistogram[] hs)
scoreCols
public abstract int[] scoreCols(DHistogram[] hs)
do_not_split
public void do_not_split()
hs
public final DHistogram[] hs()
scoreCols
public final int[] scoreCols()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toString2
public java.lang.StringBuilder toString2(java.lang.StringBuilder sb,
int depth)
- Specified by:
toString2 in class DTree.Node
compress
protected AutoBuffer compress(AutoBuffer ab)
- Specified by:
compress in class DTree.Node
size
protected int size()
- Specified by:
size in class DTree.Node