Description Usage Arguments Details Value See Also
View source: R/mergeBatchTopics.R
Collects LDA results from a given registry and merges their topic matrices for a given set of vocabularies.
1 2 3 4 5 6 7 | 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.