![]() |
planc
Parallel Lowrank Approximation with Non-negativity Constraints
|
#include <mu.hpp>
Public Member Functions | |
MUNMF (const T &A, int lowrank) | |
MUNMF (const T &A, const MAT &llf, const MAT &rlf) | |
void | computeNMF () |
~MUNMF () | |
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 |