package ops
Type Members
-
class
LinearSVCOp extends SimpleSparkOp[LinearSVCModel]
Class for registering the LinearSVC model from spark.ml project.
Note: Since org.apache.spark.ml.classification.LinearSVCModel is defined as "private[classification]", this class is defined in a slightly different hierarchy.