Unigram_Model Class Reference
#include <Unigram_Model.h>
List of all members.
Constructor & Destructor Documentation
Unigram_Model::Unigram_Model |
( |
int |
num_words, |
|
|
int |
num_topics | |
|
) |
| | |
Unigram_Model::~Unigram_Model |
( |
|
) |
[virtual] |
Member Function Documentation
double Unigram_Model::get_eval |
( |
|
) |
[virtual] |
Model's contribution of log-likelihood.
Implements Model.
Parameter & Unigram_Model::get_parameter |
( |
int |
which |
) |
|
bool Unigram_Model::save |
( |
|
) |
[virtual] |
Serialize to disk.
Implements Model.
void Unigram_Model::set_parameter |
( |
int |
which, |
|
|
Parameter & |
param | |
|
) |
| | |
Explain: word mixtures for the latent topics.
Implements Model.
Member Data Documentation
The documentation for this class was generated from the following files: