public abstract class ModelConverter<T extends org.apache.spark.ml.Model<T> & org.apache.spark.ml.param.shared.HasFeaturesCol & org.apache.spark.ml.param.shared.HasPredictionCol> extends TransformerConverter<T>
| Constructor and Description |
|---|
ModelConverter(T transformer) |
| Modifier and Type | Method and Description |
|---|---|
abstract org.dmg.pmml.Model |
encodeModel(org.jpmml.converter.Schema schema) |
abstract org.dmg.pmml.MiningFunction |
getMiningFunction() |
encodeFeatures, getTransformerpublic ModelConverter(T transformer)
Copyright © 2017. All Rights Reserved.