Methods
addGrid(param, valuesopt) → {module:eclairjs/ml/tuning.ParamGridBuilder}
Adds a param with multiple values (overwrites if the input param exists).
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
param |
module:eclairjs/ml/param.Param | ||
values |
Array.<number> |
<optional> |
Optional only if argument one is module:eclairjs/ml/param.BooleanParam |
Returns:
baseOn(paramPairs) → {module:eclairjs/ml/tuning.ParamGridBuilder}
Sets the given parameters in this grid to fixed values.
Parameters:
Name | Type | Description |
---|---|---|
paramPairs |
module:eclairjs/ml/param.ParamPair | module:eclairjs/ml/param.ParamMap | or paramMap |
Returns:
build() → {Array.<module:eclairjs/ml/param.ParamMap>}
Builds and returns all combinations of parameters specified by the param grid.
Returns:
- Type
- Array.<module:eclairjs/ml/param.ParamMap>