Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.spark.mllib.classification Classes and Interfaces - 9 results found.
NameDescriptionTypePackageFramework
ClassificationModelRepresents a classification model that predicts to which of a set of categories an example belongs.Interfaceorg.apache.spark.mllib.classificationApache Spark
LogisticRegressionModelClassification model trained using Multinomial/Binary Logistic Regression.Classorg.apache.spark.mllib.classificationApache Spark
LogisticRegressionWithLBFGSTrain a classification model for Multinomial/Binary Logistic Regression using Limited-memory BFGS.Classorg.apache.spark.mllib.classificationApache Spark
LogisticRegressionWithSGDTrain a classification model for Binary Logistic Regression using Stochastic Gradient Descent.Classorg.apache.spark.mllib.classificationApache Spark
NaiveBayesClassorg.apache.spark.mllib.classificationApache Spark
NaiveBayesModelModel for Naive Bayes Classifiers.Classorg.apache.spark.mllib.classificationApache Spark
StreamingLogisticRegressionWithSGDTrain or predict a logistic regression model on streaming data.Classorg.apache.spark.mllib.classificationApache Spark
SVMModelModel for Support Vector Machines (SVMs).Classorg.apache.spark.mllib.classificationApache Spark
SVMWithSGDTrain a Support Vector Machine (SVM) using Stochastic Gradient Descent.Classorg.apache.spark.mllib.classificationApache Spark