public static final class PCAV3.PCAParametersV3 extends water.api.ModelParametersSchema<PCAModel.PCAParameters,PCAV3.PCAParametersV3>
| Modifier and Type | Field and Description |
|---|---|
boolean |
compute_metrics |
static java.lang.String[] |
fields |
int |
k |
int |
max_iterations |
PCAModel.PCAParameters.Method |
pca_method |
long |
seed |
DataInfo.TransformType |
transform |
boolean |
use_all_factor_levels |
| Constructor and Description |
|---|
PCAV3.PCAParametersV3() |
append_field_arrays, fields, fillFromImpl, fillImpl, writeParametersJSONcreateAndFillImpl, createImpl, fillFromParms, fillFromParms, get__meta, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, markdown, markdown, markdown, newInstance, newInstance, registerAllSchemasIfNecessary, schema, schema, schemaClass, schemas, setFieldpublic 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: Power and GLRM are currently experimental and unstable)",
values={"GramSVD","Power","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