bnmf-algs
Namespaces | Functions
collapsed_icm.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 >
tensor_t< T, 3 > bnmf_algs::bld::collapsed_icm (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 collapsed iterated conditional modes. More...