Description Usage Arguments Value Accessors Author(s) References See Also Examples
This class is a container for the results generated by the HLDA algorithm
1 |
docPerTopic |
Object of class |
wordsPerTopic |
Object of class |
betas |
Object of class |
an HLDAResult
object.
For a given HLDAResult
object the following accesor functions can be used:
docPerTopic(x)
gets the content of the docPerTopic
matrix.
wordsPerTopic(x)
gets the content of the wordsPerTopic
matrix.
betas(x)
gets the betas
values.
Mohamed Nadhir Djekidel (nde12@mails.tsinghua.edu.cn)
Chong Wang, John Paisley and David M. Blei, Online variational inference for the hierarchical Dirichlet process .In AISTATS 2011
Mohamed Nadhir D, Yang C et al, 3CPET: Finding Co-factor Complexes in Chia-PET experiment using a Hierarchical Dirichlet Process, ....
NetworkCollection
, ChromMaintainers
, InferNetworks
1 | showClass("HLDAResult")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.