public static class KMeansModel.KMeansParameters
extends hex.Model.Parameters
| Modifier and Type | Field and Description |
|---|---|
KMeans.Initialization |
_init |
int |
_K |
int |
_max_iters |
boolean |
_normalize |
long |
_seed |
| Constructor and Description |
|---|
KMeansModel.KMeansParameters() |
checksum, defaultDropNA20Cols, lock_frames, train, unlock_frames, validpublic int _K
public int _max_iters
public boolean _normalize
public long _seed
public KMeans.Initialization _init