View source: R/mergeBatchTopics.R
| mergeBatchTopics | R Documentation |
Collects LDA results from a given registry and merges their topic matrices for a given set of vocabularies.
mergeBatchTopics(...) ## S3 method for class 'LDABatch' mergeBatchTopics(x, vocab, progress = TRUE, ...) ## Default S3 method: mergeBatchTopics(vocab, reg, job, id, progress = TRUE, ...)
... |
additional arguments |
x |
[ |
vocab |
[ |
progress |
[ |
reg |
[ |
job |
[ |
id |
[ |
For details and examples see mergeTopics.
[named matrix] with the count of vocabularies (row wise) in topics (column wise).
Other merge functions:
mergeRepTopics(),
mergeTopics()
Other batch functions:
LDABatch(),
as.LDABatch(),
getJob()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.