org.knowceans.topics.cgen
Class LdaKernelGenerator

java.lang.Object
  extended by org.knowceans.topics.cgen.LdaKernelGenerator

public class LdaKernelGenerator
extends java.lang.Object

reimplementation of generator code for multi-sequence and sparsity support.

New development method: Start (1) generate existing LDA code programmatically, (2) parametrise the variable names in a MixNet structure that is created programmatically and (3) later generated from the script.

Author:
gregor

Constructor Summary
LdaKernelGenerator()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdaKernelGenerator

public LdaKernelGenerator()
Method Detail

main

public static void main(java.lang.String[] args)