public class XGBoostRegressionModelConverter extends PredictionModelConverter<ml.dmlc.xgboost4j.scala.spark.XGBoostRegressionModel>
OPTION_KEEP_PREDICTIONCOL| Constructor and Description |
|---|
XGBoostRegressionModelConverter(ml.dmlc.xgboost4j.scala.spark.XGBoostRegressionModel model) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.mining.MiningModel |
encodeModel(org.jpmml.converter.Schema schema) |
org.dmg.pmml.MiningFunction |
getMiningFunction() |
List<org.dmg.pmml.OutputField> |
registerOutputFields(org.jpmml.converter.Label label,
org.dmg.pmml.Model pmmlModel,
SparkMLEncoder encoder) |
getFeatures, getLabelcheckSchema, encodeSchema, getModel, registerModelgetObject, getOption, getOptions, setOptionspublic XGBoostRegressionModelConverter(ml.dmlc.xgboost4j.scala.spark.XGBoostRegressionModel model)
public org.dmg.pmml.MiningFunction getMiningFunction()
getMiningFunction in class ModelConverter<ml.dmlc.xgboost4j.scala.spark.XGBoostRegressionModel>public org.dmg.pmml.mining.MiningModel encodeModel(org.jpmml.converter.Schema schema)
encodeModel in class ModelConverter<ml.dmlc.xgboost4j.scala.spark.XGBoostRegressionModel>public List<org.dmg.pmml.OutputField> registerOutputFields(org.jpmml.converter.Label label, org.dmg.pmml.Model pmmlModel, SparkMLEncoder encoder)
registerOutputFields in class ModelConverter<ml.dmlc.xgboost4j.scala.spark.XGBoostRegressionModel>Copyright © 2024. All rights reserved.