Scroll to navigation

mlpack::regression(3) MLPACK mlpack::regression(3)

NAME

mlpack::regression -
Regression methods.

SYNOPSIS

Classes


class LARS
 
An implementation of LARS, a stage-wise homotopy-based algorithm for l1-regularized linear regression (LASSO) and l1+l2 regularized linear regression (Elastic Net). class LinearRegression
 
A simple linear regression algorithm using ordinary least squares. class LogisticRegression
 
class LogisticRegressionFunction
 
The log-likelihood function for the logistic regression objective function.

Detailed Description

Regression methods.

Author

Generated automatically by Doxygen for MLPACK from the source code.
Tue Sep 9 2014 Version 1.0.10