This is the complete list of members for LinearRegression, including all inherited members.
| ComputeError(const arma::mat &points, const arma::rowvec &responses) const | LinearRegression | |
| Intercept() const | LinearRegression | inline |
| Lambda() const | LinearRegression | inline |
| Lambda() | LinearRegression | inline |
| LinearRegression(const arma::mat &predictors, const arma::rowvec &responses, const double lambda=0, const bool intercept=true) | LinearRegression | |
| LinearRegression(const arma::mat &predictors, const arma::rowvec &responses, const arma::rowvec &weights, const double lambda=0, const bool intercept=true) | LinearRegression | |
| LinearRegression() | LinearRegression | inline |
| Parameters() const | LinearRegression | inline |
| Parameters() | LinearRegression | inline |
| Predict(const arma::mat &points, arma::rowvec &predictions) const | LinearRegression | |
| serialize(Archive &ar, const uint32_t) | LinearRegression | inline |
| Train(const arma::mat &predictors, const arma::rowvec &responses, const bool intercept=true) | LinearRegression | |
| Train(const arma::mat &predictors, const arma::rowvec &responses, const arma::rowvec &weights, const bool intercept=true) | LinearRegression |