public static final class SVDV99.SVDParametersV99 extends water.api.schemas3.ModelParametersSchemaV3<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 |
SVDModel.SVDParameters.Method |
svd_method |
DataInfo.TransformType |
transform |
java.lang.String |
u_name |
boolean |
use_all_factor_levels |
auc_type, categorical_encoding, checkpoint, custom_distribution_func, custom_metric_func, distribution, export_checkpoints_dir, fold_assignment, fold_column, gainslift_bins, huber_alpha, ignore_const_cols, ignored_columns, keep_cross_validation_fold_assignment, keep_cross_validation_models, 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 |
---|
SVDParametersV99() |
append_field_arrays, extractDeclaredApiParameters, fields, fillFromImpl, fillImpl, getAdditionalParameters, writeParametersJSON
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillFromParms, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
public static java.lang.String[] fields
@API(help="Transformation of training data", values={"NONE","STANDARDIZE","NORMALIZE","DEMEAN","DESCALE"}) public DataInfo.TransformType transform
@API(help="Method for computing SVD (Caution: Randomized is currently experimental and unstable)", values={"GramSVD","Power","Randomized"}) public SVDModel.SVDParameters.Method svd_method
@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