Package org.apache.spark.mllib.classification
package org.apache.spark.mllib.classification
-
ClassDescriptionRepresents a classification model that predicts to which of a set of categories an example belongs.Classification model trained using Multinomial/Binary Logistic Regression.Train a classification model for Multinomial/Binary Logistic Regression using Limited-memory BFGS.Train a classification model for Binary Logistic Regression using Stochastic Gradient Descent.Trains a Naive Bayes model given an RDD of
(label, features)
pairs.Model for Naive Bayes Classifiers.Train or predict a logistic regression model on streaming data.Model for Support Vector Machines (SVMs).Train a Support Vector Machine (SVM) using Stochastic Gradient Descent.