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