Class RegTreeNodeStat
java.lang.Object
biz.k11i.xgboost.tree.RegTreeNodeStat
- All Implemented Interfaces:
INodeStat, Serializable
Statistics for node in tree.
- See Also:
-
Method Details
-
getWeight
-
getGain
public float getGain()- Returns:
- loss chg caused by current split
-
getCover
public float getCover()- Returns:
- sum of hessian values, used to measure coverage of data
-
getBaseWeight
public float getBaseWeight()- Returns:
- weight of current node
-
getLeafCount
public int getLeafCount()- Returns:
- number of child that is leaf node known up to now
-