| HLDAResult-class {R3CPET} | R Documentation |
"HLDAResult"This class is a container for the results generated by the HLDA algorithm
HLDAResult(docPerTopic,wordsPerTopic ,betas)
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
showClass("HLDAResult")