mergeRepTopics {ldaPrototype} | R Documentation |
Merge LDA Topic Matrices
Description
Collects LDA results from a list of replicated runs and merges their topic matrices for a given set of vocabularies.
Usage
mergeRepTopics(...)
## S3 method for class 'LDARep'
mergeRepTopics(x, vocab, progress = TRUE, ...)
## Default S3 method:
mergeRepTopics(lda, vocab, id, progress = TRUE, ...)
Arguments
... |
additional arguments |
x |
[ |
vocab |
[ |
progress |
[ |
lda |
[ |
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:
mergeBatchTopics()
,
mergeTopics()
Other replication functions:
LDAPrototype()
,
LDARep()
,
as.LDARep()
,
getJob()