Uses of Class
org.knowceans.topics.cgen.MixNet

Uses of MixNet in org.knowceans.topics.cgen
 

Methods in org.knowceans.topics.cgen that return MixNet
(package private) static MixNet TestMixNets.createLdaMixnet()
          create an LDA model as an example of a mixture network
 MixNet MixNetParser.parse()
          parse the file and return the mixture network
 

Methods in org.knowceans.topics.cgen with parameters of type MixNet
 java.lang.String MixNetKernelGenerator.generateClassCode(MixNet lda)
           
 

Constructors in org.knowceans.topics.cgen with parameters of type MixNet
MixNetKernelGenerator(MixNet model)