|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjml.options.LDAOptions
public class LDAOptions
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 |
---|
public boolean hasLabel
public boolean verbose
public int nTopic
public int nTerm
public double alpha
public double beta
public int iterations
public int burnIn
public int thinInterval
public int sampleLag
Constructor Detail |
---|
public LDAOptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |