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,
org.jpmml.converter.Schema schema) |
String |
getAlgorithmName() |
BitSet |
getSplitCategories(int splitIndex) |
Set<Integer> |
getSplitType(int splitIndex) |
boolean |
hasCategoricalSplits() |
void |
loadBinary(XGBoostDataInput input) |
void |
loadJSON(com.google.gson.JsonObject gradientBooster) |
void |
loadUBJSON(com.devsmart.ubjson.UBObject gradientBooster) |
int |
num_parallel_tree() |
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 void loadUBJSON(com.devsmart.ubjson.UBObject gradientBooster)
public boolean hasCategoricalSplits()
public BitSet getSplitCategories(int splitIndex)
public org.dmg.pmml.mining.MiningModel encodeMiningModel(ObjFunction obj, float base_score, Integer ntreeLimit, org.jpmml.converter.Schema schema)
public int num_trees()
public int num_parallel_tree()
public RegTree[] trees()
public float[] tree_weights()
Copyright © 2024. All rights reserved.