public static final class SVMV3.SVMParametersV3 extends water.api.schemas3.ModelParametersSchemaV3<SVMParameters,SVMV3.SVMParametersV3>
| Modifier and Type | Field and Description |
|---|---|
boolean |
add_intercept |
double |
convergence_tol |
static java.lang.String[] |
fields |
Gradient |
gradient |
water.api.schemas3.KeyV3.FrameKeyV3 |
initial_weights_frame |
double |
mini_batch_fraction |
MissingValuesHandling |
missing_values_handling |
double |
reg_param |
double |
step_size |
double |
threshold |
Updater |
updater |
categorical_encoding, checkpoint, custom_metric_func, distribution, export_checkpoints_dir, fold_assignment, fold_column, 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 |
|---|
SVMParametersV3() |
| Modifier and Type | Method and Description |
|---|---|
SVMV3.SVMParametersV3 |
fillFromImpl(SVMParameters impl) |
SVMParameters |
fillImpl(SVMParameters impl) |
append_field_arrays, fields, 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="Initial model weights.",
direction=INOUT,
gridable=true)
public water.api.schemas3.KeyV3.FrameKeyV3 initial_weights_frame
@API(help="Add intercept.",
direction=INOUT,
gridable=true,
level=expert)
public boolean add_intercept
@API(help="Set step size",
direction=INPUT,
gridable=true,
level=expert)
public double step_size
@API(help="Set regularization parameter",
direction=INPUT,
gridable=true,
level=expert)
public double reg_param
@API(help="Set convergence tolerance",
direction=INPUT,
gridable=true,
level=expert)
public double convergence_tol
@API(help="Set mini batch fraction",
direction=INPUT,
gridable=true,
level=expert)
public double mini_batch_fraction
@API(help="Set threshold that separates positive predictions from negative ones. NaN for raw prediction.",
direction=INOUT,
gridable=true,
level=expert)
public double threshold
@API(help="Set the updater for SGD.",
direction=INPUT,
values={"L2","L1","Simple"},
required=true,
gridable=true,
level=expert)
public Updater updater
@API(help="Set the gradient computation type for SGD.",
direction=INPUT,
values={"Hinge","LeastSquares","Logistic"},
required=true,
gridable=true,
level=expert)
public Gradient gradient
@API(level=expert,
direction=INOUT,
gridable=true,
values={"NotAllowed","Skip","MeanImputation"},
help="Handling of missing values. Either NotAllowed, Skip or MeanImputation.")
public MissingValuesHandling missing_values_handling
public SVMV3.SVMParametersV3 fillFromImpl(SVMParameters impl)
fillFromImpl in class water.api.schemas3.ModelParametersSchemaV3<SVMParameters,SVMV3.SVMParametersV3>public SVMParameters fillImpl(SVMParameters impl)
fillImpl in class water.api.schemas3.ModelParametersSchemaV3<SVMParameters,SVMV3.SVMParametersV3>