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