Package | Description |
---|---|
org.openimaj.pgm.util | |
org.openimaj.pgm.vb.lda.mle |
Modifier and Type | Method and Description |
---|---|
List<Document> |
Corpus.getDocuments() |
Modifier and Type | Method and Description |
---|---|
void |
Corpus.addDocument(Document d) |
Modifier and Type | Method and Description |
---|---|
double |
LDALearner.computeLikelihood(Document doc,
LDAVariationlState vstate)
Calculates a lower bound for the log liklihood of a document given
current parameters.
|
void |
LDAVariationlState.prepare(Document doc)
initialises the phi and sets everything to 0
|