LDA++
Public Member Functions | Public Attributes | List of all members
ldaplusplus::parameters::ModelParameters< Scalar > Struct Template Reference

#include <Parameters.hpp>

Inheritance diagram for ldaplusplus::parameters::ModelParameters< Scalar >:
ldaplusplus::parameters::Parameters ldaplusplus::parameters::SupervisedModelParameters< Scalar >

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
 

Detailed Description

template<typename Scalar = double>
struct ldaplusplus::parameters::ModelParameters< Scalar >

ModelParameters contain the basic LDA model parameters namely the prior for the documents over topics distribution and the topics over words distributions.


The documentation for this struct was generated from the following file: