LARS Member List

This is the complete list of members for LARS, including all inherited members.

ActiveSet() constLARSinline
Beta() constLARSinline
BetaPath() constLARSinline
ComputeError(const arma::mat &matX, const arma::rowvec &y, const bool rowMajor=false)LARS
Lambda1() constLARSinline
Lambda1()LARSinline
Lambda2() constLARSinline
Lambda2()LARSinline
LambdaPath() constLARSinline
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() constLARSinline
operator=(const LARS &other)LARS
operator=(LARS &&other)LARS
Predict(const arma::mat &points, arma::rowvec &predictions, const bool rowMajor=false) constLARS
serialize(Archive &ar, const uint32_t)LARS
Tolerance() constLARSinline
Tolerance()LARSinline
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() constLARSinline
UseCholesky()LARSinline