public static final class PCAV3.PCAParametersV3 extends water.api.ModelParametersSchema<PCAModel.PCAParameters,PCAV3.PCAParametersV3>
water.api.ModelParametersSchema.ValidationMessageBase<I extends hex.ModelBuilder.ValidationMessage,S extends water.api.ModelParametersSchema.ValidationMessageBase<I,S>>, water.api.ModelParametersSchema.ValidationMessageV2| Modifier and Type | Field and Description |
|---|---|
int |
k |
water.api.KeyV3.FrameKeyV3 |
loading_key |
int |
max_iterations |
static java.lang.String[] |
own_fields |
long |
seed |
DataInfo.TransformType |
transform |
| Constructor and Description |
|---|
PCAV3.PCAParametersV3() |
append_field_arrays, fields, fillFromImpl, fillImpl, writeParametersJSONacceptsFrame, createAndFillImpl, createImpl, extractVersion, fillFromParms, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, markdown, markdown, markdown, markdown, newInstance, register, registerAllSchemasIfNecessary, schema, schema, schema, schema, schema, schemaClass, schemaClass, schemaClass, schemaClass, schemaspublic static java.lang.String[] own_fields
@API(help="Transformation of training data",
values={"NONE","STANDARDIZE","NORMALIZE","DEMEAN","DESCALE"})
public DataInfo.TransformType transform
@API(help="Rank of matrix approximation",
required=true)
public int k
@API(help="Maximum training iterations") public int max_iterations
@API(help="RNG seed for initialization") public long seed
@API(help="Frame key to save resulting X") public water.api.KeyV3.FrameKeyV3 loading_key