|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjml.options.KMeansOptions
public class KMeansOptions
Field Summary | |
---|---|
int |
maxIter
|
int |
nClus
|
boolean |
verbose
|
Constructor Summary | |
---|---|
KMeansOptions()
|
|
KMeansOptions(int nClus,
int maxIter)
|
|
KMeansOptions(int nClus,
int maxIter,
boolean verbose)
|
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 int maxIter
public boolean verbose
Constructor Detail |
---|
public KMeansOptions()
public KMeansOptions(int nClus, int maxIter, boolean verbose)
public KMeansOptions(int nClus, int maxIter)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |