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 > |
| std::tuple< matrix_t< T >, matrix_t< T >, vector_t< T > > | bnmf_algs::bld::bld_fact (const tensor_t< T, 3 > &S, const alloc_model::Params< Scalar > &model_params, double eps=1e-50) |
| | Compute matrices \(W, H\) and vector \(L\) from tensor \(S\) according to the allocation model. More...
|
| |