Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.spark.mllib.regression Classes and Interfaces - 14 results found.
NameDescriptionTypePackageFramework
GeneralizedLinearAlgorithm GeneralizedLinearAlgorithm implements methods to train a Generalized Linear Model (GLM).Classorg.apache.spark.mllib.regressionApache Spark
GeneralizedLinearModel GeneralizedLinearModel (GLM) represents a model trained using GeneralizedLinearAlgorithm.Classorg.apache.spark.mllib.regressionApache Spark
IsotonicRegressionClassorg.apache.spark.mllib.regressionApache Spark
IsotonicRegressionModelRegression model for isotonic regression.Classorg.apache.spark.mllib.regressionApache Spark
LabeledPointClass that represents the features and labels of a data point.Classorg.apache.spark.mllib.regressionApache Spark
LassoModelRegression model trained using Lasso.Classorg.apache.spark.mllib.regressionApache Spark
LassoWithSGDTrain a regression model with L1-regularization using Stochastic Gradient Descent.Classorg.apache.spark.mllib.regressionApache Spark
LinearRegressionModelRegression model trained using LinearRegression.Classorg.apache.spark.mllib.regressionApache Spark
LinearRegressionWithSGDTrain a linear regression model with no regularization using Stochastic Gradient Descent.Classorg.apache.spark.mllib.regressionApache Spark
RegressionModelInterfaceorg.apache.spark.mllib.regressionApache Spark
RidgeRegressionModelRegression model trained using RidgeRegression.Classorg.apache.spark.mllib.regressionApache Spark
RidgeRegressionWithSGDTrain a regression model with L2-regularization using Stochastic Gradient Descent.Classorg.apache.spark.mllib.regressionApache Spark
StreamingLinearAlgorithm StreamingLinearAlgorithm implements methods for continuously training a generalized linear model model on streaming data,Classorg.apache.spark.mllib.regressionApache Spark
StreamingLinearRegressionWithSGDTrain or predict a linear regression model on streaming data.Classorg.apache.spark.mllib.regressionApache Spark