|
LDA++
|
#include <Parameters.hpp>
Public Member Functions | |
| ModelParameters (Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > a, Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic > b) | |
Public Attributes | |
| Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > | alpha |
| Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic > | beta |
ModelParameters contain the basic LDA model parameters namely the prior for the documents over topics distribution and the topics over words distributions.
1.8.11