mlpack
master
|
This is the complete list of members for mlpack::svd::RegularizedSVD< OptimizerType >, including all inherited members.
alpha | mlpack::svd::RegularizedSVD< OptimizerType > | private |
Apply(const arma::mat &data, const size_t rank, arma::mat &u, arma::mat &v) | mlpack::svd::RegularizedSVD< OptimizerType > | |
iterations | mlpack::svd::RegularizedSVD< OptimizerType > | private |
lambda | mlpack::svd::RegularizedSVD< OptimizerType > | private |
RegularizedSVD(const size_t iterations=10, const double alpha=0.01, const double lambda=0.02) | mlpack::svd::RegularizedSVD< OptimizerType > |