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