opencvd ~master (2021-10-31T03:12:58.3715221)
Dub
Repo
ParamGrid
opencvd
ml
Undocumented in source.
struct
ParamGrid {
void
*
p
;
static
ParamGrid
opCall
(double minVal, double maxVal, double logstep);
double
minVal
();
double
maxVal
();
double
logStep
();
}
Members
Functions
logStep
double
logStep
()
Undocumented in source. Be warned that the author may not have intended to support it.
maxVal
double
maxVal
()
Undocumented in source. Be warned that the author may not have intended to support it.
minVal
double
minVal
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
opCall
ParamGrid
opCall
(double minVal, double maxVal, double logstep)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
p
void
*
p
;
Undocumented in source.
Meta
Source
See Implementation
opencvd
ml
enums
ROW_SAMPLE
functions
Destroy
structs
ParamGrid
SVM