Package org.apache.wayang.basic.model
Interface SVMModel
- All Superinterfaces:
Model
,Serializable
- All Known Implementing Classes:
SparkLinearSVCOperator.Model
-
Method Summary
Modifier and TypeMethodDescriptiondouble
predict
(double[] features) Predict the label for a given input vector.
-
Method Details
-
predict
double predict(double[] features) Predict the label for a given input vector.
-