public abstract 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 |
|---|---|
abstract DTree.Split |
bestCol(DTree.UndecidedNode u,
DHistogram[] hs) |
int |
bin(water.fvec.Chunk[] chks,
int row) |
water.AutoBuffer |
compress(water.AutoBuffer ab) |
abstract DTree.UndecidedNode |
makeUndecidedNode(DHistogram[] hs) |
int |
ns(water.fvec.Chunk[] chks,
int row) |
int |
size() |
java.lang.String |
toString() |
java.lang.StringBuilder |
toString2(java.lang.StringBuilder sb,
int depth) |
nidpublic final DTree.Split _split
public final float _splat
public final int[] _nids
public DTree.DecidedNode(DTree.UndecidedNode n, DHistogram[] hs)
public abstract DTree.UndecidedNode makeUndecidedNode(DHistogram[] hs)
public abstract DTree.Split bestCol(DTree.UndecidedNode u, DHistogram[] hs)
public int bin(water.fvec.Chunk[] chks,
int row)
public int ns(water.fvec.Chunk[] chks,
int row)
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.Nodepublic final int size()
size in class DTree.Nodepublic water.AutoBuffer compress(water.AutoBuffer ab)
compress in class DTree.Node