public static final class SVDV99.SVDParametersV99 extends water.api.ModelParametersSchema<SVDModel.SVDParameters,SVDV99.SVDParametersV99>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
fields |
boolean |
keep_u |
int |
max_iterations |
int |
nv |
long |
seed |
DataInfo.TransformType |
transform |
java.lang.String |
u_name |
boolean |
use_all_factor_levels |
fold_assignment, fold_column, ignore_const_cols, ignored_columns, keep_cross_validation_predictions, keep_cross_validation_splits, model_id, nfolds, offset_column, response_column, score_each_iteration, training_frame, validation_frame, weights_column| Constructor and Description |
|---|
SVDV99.SVDParametersV99() |
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[] fields
@API(help="Transformation of training data",
values={"NONE","STANDARDIZE","NORMALIZE","DEMEAN","DESCALE"})
public DataInfo.TransformType transform
@API(help="Number of right singular vectors") public int nv
@API(help="Maximum iterations") public int max_iterations
@API(help="RNG seed for k-means++ initialization") public long seed
@API(help="Save left singular vectors?") public boolean keep_u
@API(help="Frame key to save left singular vectors") public java.lang.String u_name
@API(help="Whether first factor level is included in each categorical expansion",
direction=INOUT)
public boolean use_all_factor_levels