public static class QuantileModel.QuantileParameters extends Model.Parameters
| Modifier and Type | Field and Description |
|---|---|
QuantileModel.CombineMethod |
_combine_method |
double[] |
_probs |
_ignore_const_cols, _ignored_columns, _model_id, _score_each_iteration, _train, _valid| Constructor and Description |
|---|
QuantileModel.QuantileParameters() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
defaultDropConsCols() |
checksum_impl, defaultDropNA20Cols, missingColumnsType, read_lock_frames, read_unlock_frames, train, validclone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeHTML_impl, writeHTML, writeJSON_impl, writeJSONpublic double[] _probs
public QuantileModel.CombineMethod _combine_method
protected boolean defaultDropConsCols()
defaultDropConsCols in class Model.Parameters