hex.gbm
Class DTree.LeafNode
java.lang.Object
water.Iced
hex.gbm.DTree.Node
hex.gbm.DTree.LeafNode
- All Implemented Interfaces:
- java.lang.Cloneable, Freezable
- Enclosing class:
- DTree
public abstract static class DTree.LeafNode
- extends DTree.Node
|
Method Summary |
double |
pred()
|
void |
pred(double pred)
|
java.lang.String |
toString()
|
java.lang.StringBuilder |
toString2(java.lang.StringBuilder sb,
int depth)
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DTree.LeafNode
public DTree.LeafNode(DTree tree,
int pid)
DTree.LeafNode
public DTree.LeafNode(DTree tree,
int pid,
int nid)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toString2
public final java.lang.StringBuilder toString2(java.lang.StringBuilder sb,
int depth)
- Specified by:
toString2 in class DTree.Node
pred
public final double pred()
pred
public final void pred(double pred)