
public interface KMeans
| Modifier and Type | Field and Description | 
|---|---|
| static OptionID | INIT_IDParameter to specify the initialization method | 
| static OptionID | K_IDParameter to specify the number of clusters to find, must be an integer
 greater than 0. | 
| static OptionID | MAXITER_IDParameter 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_IDParameter 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