public class RegTreeNodeStat
extends java.lang.Object
implements ai.h2o.algos.tree.INodeStat, java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
float |
getBaseWeight() |
float |
getCover() |
float |
getGain() |
int |
getLeafCount() |
float |
getWeight() |
public float getWeight()
getWeight in interface ai.h2o.algos.tree.INodeStatpublic float getGain()
public float getCover()
public float getBaseWeight()
public int getLeafCount()