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,
Integer ntreeLimit,
boolean numeric,
org.jpmml.converter.Schema schema) |
String |
getAlgorithmName() |
void |
loadBinary(XGBoostDataInput input) |
void |
loadJSON(com.google.gson.JsonObject gradientBooster) |
int |
num_trees() |
float[] |
tree_weights() |
RegTree[] |
trees() |
public String getAlgorithmName()
getAlgorithmName in class GradientBoosterpublic void loadBinary(XGBoostDataInput input) throws IOException
IOExceptionpublic void loadJSON(com.google.gson.JsonObject gradientBooster)
public org.dmg.pmml.mining.MiningModel encodeMiningModel(ObjFunction obj, float base_score, Integer ntreeLimit, boolean numeric, org.jpmml.converter.Schema schema)
public int num_trees()
public RegTree[] trees()
public float[] tree_weights()
Copyright © 2022. All rights reserved.