public abstract static class SharedTreeModel.SharedTreeParameters
extends hex.SupervisedModel.SupervisedParameters
| Modifier and Type | Field and Description |
|---|---|
boolean |
_checkpoint |
int |
_max_depth |
int |
_min_rows |
int |
_nbins |
int |
_ntrees |
boolean |
_score_each_iteration |
long |
_seed |
boolean |
_variable_importance |
| Constructor and Description |
|---|
SharedTreeModel.SharedTreeParameters() |
checksum_impl, defaultDropConsCols, defaultDropNA20Cols, missingColumnsType, read_lock_frames, read_unlock_frames, train, validpublic int _ntrees
public int _max_depth
public int _min_rows
public int _nbins
public boolean _score_each_iteration
public boolean _variable_importance
public long _seed
public boolean _checkpoint