public static class KMeansModel.KMeansParameters
extends hex.ClusteringModel.ClusteringParameters
| Modifier and Type | Field and Description |
|---|---|
KMeans.Initialization |
_init |
int |
_max_iterations |
long |
_seed |
boolean |
_standardize |
water.Key<water.fvec.Frame> |
_user_points |
| Constructor and Description |
|---|
KMeansModel.KMeansParameters() |
checksum_impl, defaultDropConsCols, defaultDropNA20Cols, missingColumnsType, read_lock_frames, read_unlock_frames, train, validpublic int _max_iterations
public boolean _standardize
public long _seed
public KMeans.Initialization _init
public water.Key<water.fvec.Frame> _user_points