Interface SVMModel

All Superinterfaces:
Model, Serializable
All Known Implementing Classes:
SparkLinearSVCOperator.Model

public interface SVMModel extends Model
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    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.