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