public abstract static class SharedTreeModel.SharedTreeParameters
extends hex.SupervisedModel.SupervisedParameters
| Modifier and Type | Field and Description |
|---|---|
boolean |
_checkpoint |
boolean |
_importance |
int |
_max_depth |
int |
_min_rows |
int |
_nbins |
int |
_ntrees |
long |
_seed |
| Constructor and Description |
|---|
SharedTreeModel.SharedTreeParameters() |
| Modifier and Type | Method and Description |
|---|---|
long |
checksum() |
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 _importance
public long _seed
public boolean _checkpoint