mergeBatchTopics {ldaPrototype} | R Documentation |
Merge LDA Topic Matrices
Description
Collects LDA results from a given registry and merges their topic matrices for a given set of vocabularies.
Usage
mergeBatchTopics(...)
## S3 method for class 'LDABatch'
mergeBatchTopics(x, vocab, progress = TRUE, ...)
## Default S3 method:
mergeBatchTopics(vocab, reg, job, id, progress = TRUE, ...)
Arguments
... |
additional arguments |
x |
[ |
vocab |
[ |
progress |
[ |
reg |
[ |
job |
[ |
id |
[ |
Details
For details and examples see mergeTopics
.
Value
[named matrix
] with the count of vocabularies (row wise) in topics (column wise).
See Also
Other merge functions:
mergeRepTopics()
,
mergeTopics()
Other batch functions:
LDABatch()
,
as.LDABatch()
,
getJob()