Struct ParamGrid
- Namespace
- OpenCvSharp.ML
- Assembly
- OpenCvSharp.dll
The structure represents the logarithmic grid range of statmodel parameters.
[SuppressMessage("Microsoft.Design", "CA1815: Override equals and operator equals on value types")]
public struct ParamGrid
- Inherited Members
Constructors
- ParamGrid(double, double, double)
Constructor with parameters
Fields
- LogStep
Logarithmic step for iterating the statmodel parameter.
- MaxVal
Maximum value of the statmodel parameter. Default value is 0.
- MinVal
Minimum value of the statmodel parameter. Default value is 0.