public static class SVDModel.SVDParameters
extends hex.Model.Parameters
| Modifier and Type | Field and Description |
|---|---|
boolean |
_keep_u |
int |
_max_iterations |
int |
_nv |
boolean |
_only_v |
long |
_seed |
DataInfo.TransformType |
_transform |
water.Key<water.fvec.Frame> |
_u_key |
boolean |
_useAllFactorLevels |
| Constructor and Description |
|---|
SVDModel.SVDParameters() |
checksum_impl, defaultDropConsCols, defaultDropNA20Cols, missingColumnsType, read_lock_frames, read_unlock_frames, train, validpublic DataInfo.TransformType _transform
public int _nv
public int _max_iterations
public long _seed
public boolean _keep_u
public water.Key<water.fvec.Frame> _u_key
public boolean _only_v
public boolean _useAllFactorLevels