mlpack
2.2.5
|
This is the complete list of members for LARS, including all inherited members.
ActiveSet() const | LARS | inline |
BetaPath() const | LARS | inline |
LambdaPath() const | LARS | inline |
LARS(const bool useCholesky, 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 | |
MatUtriCholFactor() const | LARS | inline |
Predict(const arma::mat &points, arma::vec &predictions, const bool rowMajor=false) const | LARS | |
Serialize(Archive &ar, const unsigned int) | LARS | |
Train(const arma::mat &data, const arma::vec &responses, arma::vec &beta, const bool transposeData=true) | LARS |