Package | Description |
---|---|
org.openimaj.pgm.vb.lda.mle |
Modifier and Type | Field and Description |
---|---|
LDAModel |
LDAVariationlState.state
The current LDAModel (i.e.
|
Modifier and Type | Method and Description |
---|---|
LDAModel |
LDAModel.newInstance()
This method also swaps the likelihoods (i.e.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
LDAVariationlState(LDAModel state)
The variational state holds phi and gamma states as well as
information for convergence of the E step.
|