Mlpack::amf::simpleresiduetermination -
SimpleResidueTermination (const double minResidue=1e-10, const size_t maxIterations=10000)
const double & Index ()
template<typename MatType > void Initialize (const MatType &V)
bool IsConverged (arma::mat &W, arma::mat &H)
const size_t & Iteration ()
const size_t & MaxIterations ()
size_t iteration
size_t maxIterations
double minResidue
size_t nm
double normOld
double residue
Definition at line 28 of file simple_residue_termination.hpp.
Definition at line 31 of file simple_residue_termination.hpp.
Definition at line 70 of file simple_residue_termination.hpp.
References residue.
Definition at line 36 of file simple_residue_termination.hpp.
References iteration, minResidue, nm, normOld, and residue.
Definition at line 48 of file simple_residue_termination.hpp.
References iteration, maxIterations, nm, normOld, and residue.
Definition at line 71 of file simple_residue_termination.hpp.
References iteration.
Definition at line 72 of file simple_residue_termination.hpp.
References maxIterations.
Definition at line 79 of file simple_residue_termination.hpp.
Referenced by Initialize(), IsConverged(), and Iteration().
Definition at line 76 of file simple_residue_termination.hpp.
Referenced by IsConverged(), and MaxIterations().
Definition at line 75 of file simple_residue_termination.hpp.
Referenced by Initialize().
Definition at line 82 of file simple_residue_termination.hpp.
Referenced by Initialize(), and IsConverged().
Definition at line 80 of file simple_residue_termination.hpp.
Referenced by Initialize(), and IsConverged().
Definition at line 78 of file simple_residue_termination.hpp.
Referenced by Index(), Initialize(), and IsConverged().
Generated automatically by Doxygen for MLPACK from the source code.