public interface KMeans
Modifier and Type | Field and Description |
---|---|
static OptionID |
INIT_ID
Parameter to specify the initialization method
|
static OptionID |
K_ID
Parameter to specify the number of clusters to find, must be an integer
greater than 0.
|
static OptionID |
MAXITER_ID
Parameter to specify the number of clusters to find, must be an integer
greater or equal to 0, where 0 means no limit.
|
static OptionID |
SEED_ID
Parameter to specify the random generator seed.
|
static final OptionID INIT_ID
static final OptionID K_ID
static final OptionID MAXITER_ID
static final OptionID SEED_ID