![]() |
planc
Parallel Lowrank Approximation with Non-negativity Constraints
|
#include <hals.hpp>
Public Member Functions | |
| HALSNMF (const T &A, int lowrank) | |
| HALSNMF (const T &A, const MAT &llf, const MAT &rlf) | |
| void | computeNMF () |
| ~HALSNMF () | |
| MAT | getLeftLowRankFactor () |
| Returns the left low rank factor matrix W. More... | |
| MAT | getRightLowRankFactor () |
| Returns the right low rank factor matrix H. More... | |
| void | computeObjectiveError () |
| void | computeObjectiveError (const T &At, const MAT &WtW, const MAT &HtH) |
| void | num_iterations (const int it) |
| Sets number of iterations for the NMF algorithms. More... | |
| const unsigned int | num_iterations () const |
| Returns the number of iterations. More... | |
| void | regW (const FVEC &iregW) |
| Sets the regularization on left low rank factor W. More... | |
| FVEC | regW () |
| Returns the L2 and L1 regularization parameters of W as a vector. More... | |
| void | regH (const FVEC &iregH) |
| Sets the regularization on right low rank H. More... | |
| FVEC | regH () |
| Returns the L2 and L1 regularization parameters of W as a vector. More... | |
| void | clear () |
| Clear the memory for input matrix A, right low rank factor W and left low rank factor H. More... | |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
|
inlinevirtual |
Implements planc::NMF< T >.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
1.8.14