|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjml.options.Options
public class Options
Field Summary | |
---|---|
boolean |
calc_OV
|
double |
epsilon
|
double |
gamma
|
double |
lambda
|
int |
maxIter
|
double |
mu
|
int |
nClass
|
int |
nClus
|
int |
nDoc
|
int |
nFeature
|
int |
nTerm
|
int |
nTopic
|
int |
nTopTerm
|
boolean |
verbose
|
Constructor Summary | |
---|---|
Options()
|
|
Options(Options o)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean verbose
public int nFeature
public int nClass
public int nTopic
public int nTerm
public int nDoc
public int nTopTerm
public double epsilon
public int maxIter
public double gamma
public double mu
public double lambda
public boolean calc_OV
public int nClus
Constructor Detail |
---|
public Options(Options o)
public Options()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |