|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjml.options.ClusteringOptions
jml.options.NMFOptions
public class NMFOptions
Field Summary | |
---|---|
boolean |
calc_OV
|
double |
epsilon
|
Fields inherited from class jml.options.ClusteringOptions |
---|
maxIter, nClus, verbose |
Constructor Summary | |
---|---|
NMFOptions()
|
|
NMFOptions(ClusteringOptions options)
|
|
NMFOptions(int nClus)
|
|
NMFOptions(int nClus,
boolean verbose,
int maxIter)
|
|
NMFOptions(NMFOptions NMFOptions)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double epsilon
public boolean calc_OV
Constructor Detail |
---|
public NMFOptions()
public NMFOptions(NMFOptions NMFOptions)
public NMFOptions(int nClus)
public NMFOptions(int nClus, boolean verbose, int maxIter)
public NMFOptions(ClusteringOptions options)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |