Field LogStep
- Namespace
- OpenCvSharp.ML
- Assembly
- OpenCvSharp.dll
Logarithmic step for iterating the statmodel parameter.
public double LogStep
Returns
- double
- Logarithmic step for iterating the statmodel parameter.
Remarks
The grid determines the following iteration sequence of the statmodel parameter values: \f[(minVal, minValstep, minVal{step}^2, \dots, minVal*{logStep}^n),\f] where \f$n\f$ is the maximal index satisfying \f[\texttt{minVal} * \texttt{logStep} ^n < \texttt{maxVal}\f] The grid is logarithmic, so logStep must always be greater then 1. Default value is 1.