public static class PCAModel.PCAParameters
extends hex.Model.Parameters
| Modifier and Type | Field and Description |
|---|---|
int |
_k |
boolean |
_keep_loading |
water.Key<water.fvec.Frame> |
_loading_key |
int |
_max_iterations |
long |
_seed |
DataInfo.TransformType |
_transform |
boolean |
_useAllFactorLevels |
| Constructor and Description |
|---|
PCAModel.PCAParameters() |
checksum_impl, defaultDropConsCols, defaultDropNA20Cols, missingColumnsType, read_lock_frames, read_unlock_frames, train, validpublic DataInfo.TransformType _transform
public int _k
public int _max_iterations
public long _seed
public water.Key<water.fvec.Frame> _loading_key
public boolean _keep_loading
public boolean _useAllFactorLevels