public class GBTree extends GradientBooster
| Constructor and Description |
|---|
GBTree() |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.mining.MiningModel |
encodeMiningModel(ObjFunction obj,
float base_score,
java.lang.Integer ntreeLimit,
org.jpmml.converter.Schema schema) |
java.lang.String |
getAlgorithmName() |
void |
load(XGBoostDataInput input) |
int |
num_trees() |
float[] |
tree_weights() |
RegTree[] |
trees() |
public java.lang.String getAlgorithmName()
getAlgorithmName in class GradientBoosterpublic void load(XGBoostDataInput input) throws java.io.IOException
java.io.IOExceptionpublic org.dmg.pmml.mining.MiningModel encodeMiningModel(ObjFunction obj, float base_score, java.lang.Integer ntreeLimit, org.jpmml.converter.Schema schema)
public int num_trees()
public RegTree[] trees()
public float[] tree_weights()
Copyright © 2020. All Rights Reserved.