keyATMvb {keyATM} | R Documentation |
keyATM with Collapsed Variational Bayes
Description
Experimental feature: Fit keyATM base with Collapsed Variational Bayes
Usage
keyATMvb(
docs,
model,
no_keyword_topics,
keywords = list(),
model_settings = list(),
vb_options = list(),
priors = list(),
options = list(),
keep = list()
)
Arguments
docs |
texts read via |
model |
keyATM model: |
no_keyword_topics |
the number of regular topics |
keywords |
a list of keywords |
model_settings |
a list of model specific settings (details are in the online documentation) |
vb_options |
a list of settings for Variational Bayes
|
priors |
a list of priors of parameters |
options |
a list of options same as |
keep |
a vector of the names of elements you want to keep in output |
Value
A keyATM_output
object
See Also
https://keyatm.github.io/keyATM/articles/pkgdown_files/keyATMvb.html
[Package keyATM version 0.5.2 Index]