public class LinearSVCModelConverter extends ClassificationModelConverter<org.apache.spark.ml.classification.LinearSVCModel> implements HasRegressionTableOptions
OPTION_LOOKUP_THRESHOLD, OPTION_REPRESENTATIONOPTION_KEEP_PREDICTIONCOL| 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) |
checkSchema, getMiningFunction, getNumberOfClasses, registerOutputFieldsgetFeatures, getLabelencodeSchema, getModel, registerModelgetObject, getOption, getOptions, 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 © 2024. All rights reserved.