MLPACK
1.0.7
|
The update rule for the encoding matrix H. More...
Public Member Functions | |
HAlternatingLeastSquaresRule () | |
Static Public Member Functions | |
template<typename MatType > | |
static void | Update (const MatType &V, const arma::mat &W, arma::mat &H) |
The update function that actually updates the H matrix. More... | |
The update rule for the encoding matrix H.
The formula used is
Definition at line 82 of file als_update_rules.hpp.
|
inline |
Definition at line 86 of file als_update_rules.hpp.
|
inlinestatic |
The update function that actually updates the H matrix.
The function takes in all the matrices and only changes the value of the H matrix.
V | Input matrix to be factorized. |
W | Basis matrix. |
H | Encoding matrix to be updated. |
Definition at line 97 of file als_update_rules.hpp.