MLPACK
1.0.11
|
This is the complete list of members for mlpack::amf::SVDBatchLearning, including all inherited members.
HUpdate(const MatType &V, const arma::mat &W, arma::mat &H) | mlpack::amf::SVDBatchLearning | inline |
Initialize(const MatType &dataset, const size_t rank) | mlpack::amf::SVDBatchLearning | inline |
kh | mlpack::amf::SVDBatchLearning | private |
kw | mlpack::amf::SVDBatchLearning | private |
max | mlpack::amf::SVDBatchLearning | private |
mH | mlpack::amf::SVDBatchLearning | private |
min | mlpack::amf::SVDBatchLearning | private |
momentum | mlpack::amf::SVDBatchLearning | private |
mW | mlpack::amf::SVDBatchLearning | private |
SVDBatchLearning(double u=0.0002, double kw=0, double kh=0, double momentum=0.9, double min=-DBL_MIN, double max=DBL_MAX) | mlpack::amf::SVDBatchLearning | inline |
u | mlpack::amf::SVDBatchLearning | private |
WUpdate(const MatType &V, arma::mat &W, const arma::mat &H) | mlpack::amf::SVDBatchLearning | inline |