public interface LDABetaInitStrategy
| Modifier and Type | Interface and Description |
|---|---|
static class |
LDABetaInitStrategy.RandomBetaInit
initialises beta randomly s.t.
|
| Modifier and Type | Method and Description |
|---|---|
void |
initModel(LDAModel model,
Corpus corpus)
Given a model and the corpus initialise the model's sufficient statistics
|