LinearSVCModel¶
-
class
snap_ml_spark.estimator.
LinearSVCModel
(java_model=None)¶ Model fitted by LinearSVC.
-
property
coefficients
¶ Model coefficients of Linear SVM Classifier.
-
property
hasSummary
¶ Indicates whether a training summary exists for this model instance.
-
property
intercept
¶ Model intercept of Linear SVM Classifier.
-
property
summary
¶ Gets summary of model on training set. An exception is thrown if trainingSummary is None.
-
property