org.apache.spark.ml.mleap

classification

package classification

Visibility
  1. Public
  2. All

Type Members

  1. final class OneVsRest extends Estimator[OneVsRestModel] with OneVsRestParams with MLWritable

    Reduction of Multiclass Classification to Binary Classification.

  2. final class OneVsRestModel extends Model[OneVsRestModel] with OneVsRestParams with MLWritable

    Model produced by OneVsRest.

  3. class SVM extends ProbabilisticClassifier[Vector, SVM, SVMModel] with SVMBase

  4. trait SVMBase extends Params

    Created by hollinwilkins on 4/14/16.

  5. class SVMModel extends ProbabilisticClassificationModel[Vector, SVMModel] with SVMBase

  6. class SVMWithSGD extends GeneralizedLinearAlgorithm[mllib.classification.SVMModel] with Serializable

Value Members

  1. object OneVsRest extends MLReadable[OneVsRest] with Serializable

    Annotations
    @Since( "2.0.0" )
  2. object OneVsRestModel extends MLReadable[OneVsRestModel] with Serializable

    Annotations
    @Since( "2.0.0" )

Ungrouped