|
mlpack
|
This is the complete list of members for mlpack::regression::LARS, including all inherited members.
| ActiveSet() const | mlpack::regression::LARS | inline |
| Beta() const | mlpack::regression::LARS | inline |
| BetaPath() const | mlpack::regression::LARS | inline |
| ComputeError(const arma::mat &matX, const arma::rowvec &y, const bool rowMajor=false) | mlpack::regression::LARS | |
| Lambda1() const | mlpack::regression::LARS | inline |
| Lambda1() | mlpack::regression::LARS | inline |
| Lambda2() const | mlpack::regression::LARS | inline |
| Lambda2() | mlpack::regression::LARS | inline |
| LambdaPath() const | mlpack::regression::LARS | inline |
| LARS(const bool useCholesky=false, const double lambda1=0.0, const double lambda2=0.0, const double tolerance=1e-16) | mlpack::regression::LARS | |
| LARS(const bool useCholesky, const arma::mat &gramMatrix, const double lambda1=0.0, const double lambda2=0.0, const double tolerance=1e-16) | mlpack::regression::LARS | |
| LARS(const arma::mat &data, const arma::rowvec &responses, const bool transposeData=true, const bool useCholesky=false, const double lambda1=0.0, const double lambda2=0.0, const double tolerance=1e-16) | mlpack::regression::LARS | |
| LARS(const arma::mat &data, const arma::rowvec &responses, const bool transposeData, const bool useCholesky, const arma::mat &gramMatrix, const double lambda1=0.0, const double lambda2=0.0, const double tolerance=1e-16) | mlpack::regression::LARS | |
| LARS(const LARS &other) | mlpack::regression::LARS | |
| LARS(LARS &&other) | mlpack::regression::LARS | |
| MatUtriCholFactor() const | mlpack::regression::LARS | inline |
| operator=(const LARS &other) | mlpack::regression::LARS | |
| operator=(LARS &&other) | mlpack::regression::LARS | |
| Predict(const arma::mat &points, arma::rowvec &predictions, const bool rowMajor=false) const | mlpack::regression::LARS | |
| serialize(Archive &ar, const uint32_t) | mlpack::regression::LARS | |
| Tolerance() const | mlpack::regression::LARS | inline |
| Tolerance() | mlpack::regression::LARS | inline |
| Train(const arma::mat &data, const arma::rowvec &responses, arma::vec &beta, const bool transposeData=true) | mlpack::regression::LARS | |
| Train(const arma::mat &data, const arma::rowvec &responses, const bool transposeData=true) | mlpack::regression::LARS | |
| UseCholesky() const | mlpack::regression::LARS | inline |
| UseCholesky() | mlpack::regression::LARS | inline |
1.8.13