View Source Evision.ML.ParamGrid (Evision v0.1.33)
Summary
Functions
Creates a ParamGrid Ptr that can be given to the %SVM::trainAuto method
Creates a ParamGrid Ptr that can be given to the %SVM::trainAuto method
Types
@type t() :: %Evision.ML.ParamGrid{ref: reference()}
Type that represents an ML.ParamGrid
struct.
ref.
reference()
The underlying erlang resource variable.
Functions
Creates a ParamGrid Ptr that can be given to the %SVM::trainAuto method
Keyword Arguments
minVal:
double
.minimum value of the parameter grid
maxVal:
double
.maximum value of the parameter grid
logstep:
double
.Logarithmic step for iterating the statmodel parameter
Return
- retval:
Evision.ML.ParamGrid.t()
Python prototype (for reference only):
create([, minVal[, maxVal[, logstep]]]) -> retval
Creates a ParamGrid Ptr that can be given to the %SVM::trainAuto method
Keyword Arguments
minVal:
double
.minimum value of the parameter grid
maxVal:
double
.maximum value of the parameter grid
logstep:
double
.Logarithmic step for iterating the statmodel parameter
Return
- retval:
Evision.ML.ParamGrid.t()
Python prototype (for reference only):
create([, minVal[, maxVal[, logstep]]]) -> retval