public class LinearSVCModelConverter extends ClassificationModelConverter<org.apache.spark.ml.classification.LinearSVCModel> implements HasRegressionTableOptions
OPTION_LOOKUP_THRESHOLD, OPTION_REPRESENTATION| Constructor and Description |
|---|
LinearSVCModelConverter(org.apache.spark.ml.classification.LinearSVCModel model) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.mining.MiningModel |
encodeModel(org.jpmml.converter.Schema schema) |
getMiningFunction, registerOutputFieldsgetFeaturesencodeSchema, getLabel, registerModelgetOption, getOptions, getTransformer, setOptionspublic LinearSVCModelConverter(org.apache.spark.ml.classification.LinearSVCModel model)
public org.dmg.pmml.mining.MiningModel encodeModel(org.jpmml.converter.Schema schema)
encodeModel in class ModelConverter<org.apache.spark.ml.classification.LinearSVCModel>Copyright © 2022. All rights reserved.