Package pyspark :: Package mllib :: Module classification
[frames] | no frames]

Module classification

source code

Classes
  LogisticRegressionModel
A linear binary classification model derived from logistic regression.
  LogisticRegressionWithSGD
  SVMModel
A support vector machine.
  SVMWithSGD
  NaiveBayesModel
Model for Naive Bayes classifiers.
  NaiveBayes