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