public class RandomDiscreteValueSearchCriteriaV99 extends HyperSpaceSearchCriteriaV99
| Modifier and Type | Field and Description |
|---|---|
int |
max_models
Maximum number of models to build (optional).
|
double |
max_runtime_secs
Maximum time to spend building models (optional).
|
long |
seed
Seed for random number generator; set to a value other than -1 for reproducibility.
|
ScoreKeeperStoppingMetric |
stopping_metric
Metric to use for early stopping (AUTO: logloss for classification, deviance for regression)
|
int |
stopping_rounds
Early stopping based on convergence of stopping_metric.
|
double |
stopping_tolerance
Relative tolerance for metric-based stopping criterion Relative tolerance for metric-based stopping criterion (stop if relative improvement is not at least this much)
|
strategy| Constructor and Description |
|---|
RandomDiscreteValueSearchCriteriaV99() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public long seed
public int max_models
public double max_runtime_secs
public int stopping_rounds
public ScoreKeeperStoppingMetric stopping_metric
public double stopping_tolerance
public RandomDiscreteValueSearchCriteriaV99()
public java.lang.String toString()
toString in class HyperSpaceSearchCriteriaV99