public class RandomDiscreteValueSearchCriteriaV99 extends HyperSpaceSearchCriteriaV99
| Modifier and Type | Field and Description |
|---|---|
int |
maxModels
Maximum number of models to build (optional).
|
double |
maxRuntimeSecs
Maximum time to spend building models (optional).
|
long |
seed
Seed for random number generator; set to a value other than -1 for reproducibility.
|
ScoreKeeperStoppingMetric |
stoppingMetric
Metric to use for early stopping (AUTO: logloss for classification, deviance for regression)
|
int |
stoppingRounds
Early stopping based on convergence of stopping_metric.
|
double |
stoppingTolerance
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()
Public constructor
|
| 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 maxModels
public double maxRuntimeSecs
public int stoppingRounds
public ScoreKeeperStoppingMetric stoppingMetric
public double stoppingTolerance
public RandomDiscreteValueSearchCriteriaV99()
public java.lang.String toString()
toString in class HyperSpaceSearchCriteriaV99