template<typename Scalar >
Perform calculations for a specific document.The variational parameters are only passed to the maximization step in this method. In other implementations this method is usually called sufficient statistics.This method allows for the implementation of online LDA inference methods.
- Parameters
-
doc | A single document |
v_parameters | The variational parameters computed in the e-step |
m_parameters | Model parameters could be changed in case of online methods |
Implements ldaplusplus::em::MStepInterface< Scalar >.
template<typename Scalar >
The documentation for this class was generated from the following files: