jml.options
Class LDAOptions

java.lang.Object
  extended by jml.options.LDAOptions

public class LDAOptions
extends java.lang.Object


Field Summary
 double alpha
           
 double beta
           
 int burnIn
           
 boolean hasLabel
           
 int iterations
           
 int nTerm
           
 int nTopic
           
 int sampleLag
           
 int thinInterval
           
 boolean verbose
           
 
Constructor Summary
LDAOptions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hasLabel

public boolean hasLabel

verbose

public boolean verbose

nTopic

public int nTopic

nTerm

public int nTerm

alpha

public double alpha

beta

public double beta

iterations

public int iterations

burnIn

public int burnIn

thinInterval

public int thinInterval

sampleLag

public int sampleLag
Constructor Detail

LDAOptions

public LDAOptions()