public class BoosterUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <E extends Estimator & HasBooster & org.jpmml.xgboost.HasXGBoostOptions> |
configureModel(E estimator,
org.dmg.pmml.mining.MiningModel miningModel) |
static <E extends Estimator & HasBooster & org.jpmml.xgboost.HasXGBoostOptions> |
configureSchema(E estimator,
org.jpmml.converter.Schema schema) |
static <E extends Estimator & HasBooster & org.jpmml.xgboost.HasXGBoostOptions> |
encodeModel(E estimator,
org.jpmml.converter.Schema schema) |
static org.dmg.pmml.PMML |
encodePMML(Booster booster) |
static <E extends Estimator & HasBooster & org.jpmml.xgboost.HasXGBoostOptions> |
encodePMML(E estimator) |
static <E extends Estimator & HasBooster & org.jpmml.xgboost.HasXGBoostOptions> |
getNumberOfFeatures(E estimator) |
static <E extends Estimator & HasBooster & org.jpmml.xgboost.HasXGBoostOptions> |
getObjFunction(E estimator) |
public static <E extends Estimator & HasBooster & org.jpmml.xgboost.HasXGBoostOptions> int getNumberOfFeatures(E estimator)
public static <E extends Estimator & HasBooster & org.jpmml.xgboost.HasXGBoostOptions> org.jpmml.xgboost.ObjFunction getObjFunction(E estimator)
public static <E extends Estimator & HasBooster & org.jpmml.xgboost.HasXGBoostOptions> org.dmg.pmml.mining.MiningModel encodeModel(E estimator, org.jpmml.converter.Schema schema)
public static <E extends Estimator & HasBooster & org.jpmml.xgboost.HasXGBoostOptions> org.jpmml.converter.Schema configureSchema(E estimator, org.jpmml.converter.Schema schema)
public static <E extends Estimator & HasBooster & org.jpmml.xgboost.HasXGBoostOptions> org.dmg.pmml.mining.MiningModel configureModel(E estimator, org.dmg.pmml.mining.MiningModel miningModel)
public static org.dmg.pmml.PMML encodePMML(Booster booster)
public static <E extends Estimator & HasBooster & org.jpmml.xgboost.HasXGBoostOptions> org.dmg.pmml.PMML encodePMML(E estimator)
Copyright © 2024. All rights reserved.