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 > |
| EMResult< T > | bnmf_algs::bld::online_EM (const matrix_t< T > &X, const std::vector< alloc_model::Params< Scalar >> ¶m_vec, const size_t max_iter=1000, const bool use_psi_appr=false) |
| | Complete a matrix containing unobserved values given as NaN using an EM procedure according to the allocation model proposed by [5] . More...
|
| |