hex.gbm
Class DTree.DecidedNode<UDN extends DTree.UndecidedNode>
java.lang.Object
water.Iced
hex.gbm.DTree.Node
hex.gbm.DTree.DecidedNode<UDN>
- All Implemented Interfaces:
- java.lang.Cloneable, Freezable
- Enclosing class:
- DTree
public abstract static class DTree.DecidedNode<UDN extends DTree.UndecidedNode>
- extends DTree.Node
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_split
public final DTree.Split _split
_splat
public final float _splat
_nids
public final int[] _nids
DTree.DecidedNode
public DTree.DecidedNode(UDN n)
makeUndecidedNode
public abstract UDN makeUndecidedNode(DBinHistogram[] nhists)
bestCol
public abstract DTree.Split bestCol(UDN udn)
bin
public int bin(Chunk[] chks,
int row)
ns
public int ns(Chunk[] chks,
int row)
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
size
public final int size()
- Specified by:
size in class DTree.Node
compress
public AutoBuffer compress(AutoBuffer ab)
- Specified by:
compress in class DTree.Node