public class BoosterUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <E extends Estimator & HasBooster & org.jpmml.xgboost.HasXGBoostOptions> |
encodeModel(E estimator,
org.jpmml.converter.Schema schema) |
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.dmg.pmml.PMML encodePMML(E estimator)
Copyright © 2023. All rights reserved.