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