mlpack  master
mlpack::svd::RegularizedSVD< OptimizerType > Member List

This is the complete list of members for mlpack::svd::RegularizedSVD< OptimizerType >, including all inherited members.

alphamlpack::svd::RegularizedSVD< OptimizerType >private
Apply(const arma::mat &data, const size_t rank, arma::mat &u, arma::mat &v)mlpack::svd::RegularizedSVD< OptimizerType >
iterationsmlpack::svd::RegularizedSVD< OptimizerType >private
lambdamlpack::svd::RegularizedSVD< OptimizerType >private
RegularizedSVD(const size_t iterations=10, const double alpha=0.01, const double lambda=0.02)mlpack::svd::RegularizedSVD< OptimizerType >