Go to the source code of this file.
|
| | bnmf_algs |
| | Main namespace for bnmf-algs library.
|
| |
| | bnmf_algs::bld |
| | Namespace that contains solver and auxiliary functions for Best Latent Decomposition (BLD) problem.
|
| |
|
| template<typename T , typename Scalar > |
| tensor_t< T, 3 > | bnmf_algs::bld::bld_add (const matrix_t< T > &X, size_t z, const alloc_model::Params< Scalar > &model_params, size_t max_iter=1000, double eps=1e-50) |
| | Compute tensor \(S\), the solution of BLD problem [5], from matrix \(X\) using additive gradient ascent updates. More...
|
| |