public class GBTClassificationModelConverter extends ClassificationModelConverter<org.apache.spark.ml.classification.GBTClassificationModel> implements HasTreeOptions
OPTION_COMPACT| Constructor and Description |
|---|
GBTClassificationModelConverter(org.apache.spark.ml.classification.GBTClassificationModel model) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.mining.MiningModel |
encodeModel(org.jpmml.converter.Schema schema) |
getMiningFunction, registerOutputFieldsencodeSchema, registerModelgetOption, getOptions, getTransformer, setOptionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNativeConfigurationpublic GBTClassificationModelConverter(org.apache.spark.ml.classification.GBTClassificationModel model)
public org.dmg.pmml.mining.MiningModel encodeModel(org.jpmml.converter.Schema schema)
encodeModel in class ModelConverter<org.apache.spark.ml.classification.GBTClassificationModel>Copyright © 2020. All rights reserved.