Package | Description |
---|---|
org.openimaj.pgm.util | |
org.openimaj.pgm.vb.lda.mle |
Modifier and Type | Method and Description |
---|---|
Corpus |
CorpusReader.readCorpus() |
Corpus |
SimpleCorpusReader.readCorpus() |
Constructor and Description |
---|
Document(Corpus corpus) |
Modifier and Type | Method and Description |
---|---|
void |
LDALearner.estimate(Corpus corpus)
initiates the EM algorithm on documents in the corpus
|
void |
LDABetaInitStrategy.initModel(LDAModel model,
Corpus corpus)
Given a model and the corpus initialise the model's sufficient statistics
|
void |
LDABetaInitStrategy.RandomBetaInit.initModel(LDAModel model,
Corpus corpus) |
void |
LDAModel.prepare(Corpus corpus)
initialises the sufficient statistic holder based on ntopics and
the
vocabularySize() . |