public abstract static class SharedTreeModel.SharedTreeParameters
extends hex.Model.Parameters
| Modifier and Type | Field and Description |
|---|---|
boolean |
_build_tree_one_node |
int |
_initial_score_interval |
int |
_max_depth |
double |
_min_rows |
int |
_nbins |
int |
_nbins_cats |
int |
_nbins_top_level |
int |
_ntrees |
double |
_r2_stopping |
int |
_score_interval |
long |
_seed |
_balance_classes, _checkpoint, _class_sampling_factors, _distribution, _fold_assignment, _fold_column, _ignore_const_cols, _ignored_columns, _keep_cross_validation_predictions, _max_after_balance_size, _max_confusion_matrix_size, _max_hit_ratio_k, _model_id, _nfolds, _offset_column, _response_column, _score_each_iteration, _train, _tweedie_power, _valid, _weights_column, MAX_SUPPORTED_LEVELS| Constructor and Description |
|---|
SharedTreeModel.SharedTreeParameters() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String[] |
getCheckpointModifiableFields() |
void |
validateWithCheckpoint(SharedTreeModel.SharedTreeParameters checkpointParameters)
This method will take actual parameters and validate them with parameters of
requested checkpoint.
|
checksum_impl, checksum, defaultDropConsCols, defaultDropNA20Cols, hasCheckpoint, missingColumnsType, read_lock_frames, read_unlock_frames, train, validpublic int _ntrees
public int _max_depth
public double _min_rows
public int _nbins
public int _nbins_cats
public double _r2_stopping
public long _seed
public int _nbins_top_level
public boolean _build_tree_one_node
public int _initial_score_interval
public int _score_interval
public SharedTreeModel.SharedTreeParameters()
protected java.lang.String[] getCheckpointModifiableFields()
public void validateWithCheckpoint(SharedTreeModel.SharedTreeParameters checkpointParameters)
checkpointParameters - checkpoint parameters