Description Usage Arguments Details Value See Also
View source: R/mergeRepTopics.R
Collects LDA results from a list of replicated runs and merges their topic matrices for a given set of vocabularies.
1 2 3 4 5 6 7 | mergeRepTopics(...)
## S3 method for class 'LDARep'
mergeRepTopics(x, vocab, progress = TRUE, ...)
## Default S3 method:
mergeRepTopics(lda, vocab, id, progress = TRUE, ...)
|
... |
additional arguments |
x |
[ |
vocab |
[ |
progress |
[ |
lda |
[ |
id |
[ |
For details and examples see mergeTopics
.
[named matrix
] with the count of vocabularies (row wise) in topics (column wise).
Other merge functions:
mergeBatchTopics()
,
mergeTopics()
Other replication functions:
LDAPrototype()
,
LDARep()
,
as.LDARep()
,
getJob()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.