bnmf-algs
Namespaces | Functions
sum_cond_EM.hpp File Reference

Go to the source code of this file.

Namespaces

 bnmf_algs
 Main namespace for bnmf-algs library.
 
 bnmf_algs::bld
 Namespace that contains solver and auxiliary functions for Best Latent Decomposition (BLD) problem.
 

Functions

template<typename T , typename Scalar >
EMResult< T > bnmf_algs::bld::online_EM (const matrix_t< T > &X, const std::vector< alloc_model::Params< Scalar >> &param_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...