public static final class PCAV3.PCAParametersV3 extends water.api.schemas3.ModelParametersSchemaV3<PCAModel.PCAParameters,PCAV3.PCAParametersV3>
| Modifier and Type | Field and Description |
|---|---|
boolean |
compute_metrics |
static java.lang.String[] |
fields |
boolean |
impute_missing |
int |
k |
int |
max_iterations |
PCAModel.PCAParameters.Method |
pca_method |
long |
seed |
DataInfo.TransformType |
transform |
boolean |
use_all_factor_levels |
categorical_encoding, checkpoint, distribution, fold_assignment, fold_column, huber_alpha, ignore_const_cols, ignored_columns, keep_cross_validation_fold_assignment, keep_cross_validation_predictions, max_categorical_levels, max_runtime_secs, model_id, nfolds, offset_column, parallelize_cross_validation, quantile_alpha, response_column, score_each_iteration, stopping_metric, stopping_rounds, stopping_tolerance, training_frame, tweedie_power, validation_frame, weights_column| Constructor and Description |
|---|
PCAV3.PCAParametersV3() |
append_field_arrays, fields, fillFromImpl, fillImpl, writeParametersJSONcreateAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCallpublic static java.lang.String[] fields
@API(help="Transformation of training data",
values={"NONE","STANDARDIZE","NORMALIZE","DEMEAN","DESCALE"},
gridable=true)
public DataInfo.TransformType transform
@API(help="Method for computing PCA (Caution: GLRM is currently experimental and unstable)",
values={"GramSVD","Power","Randomized","GLRM"})
public PCAModel.PCAParameters.Method pca_method
@API(help="Rank of matrix approximation",
required=true,
direction=INOUT,
gridable=true)
public int k
@API(help="Maximum training iterations",
direction=INOUT,
gridable=true)
public int max_iterations
@API(help="RNG seed for initialization",
direction=INOUT)
public long seed
@API(help="Whether first factor level is included in each categorical expansion",
direction=INOUT)
public boolean use_all_factor_levels
@API(help="Whether to compute metrics on the training data",
direction=INOUT)
public boolean compute_metrics
@API(help="Whether to impute missing entries with the column mean",
direction=INOUT)
public boolean impute_missing