HomeSort by relevance Sort by last modified time
    Searched refs:logStep (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/ml/src/
inner_functions.cpp 45 ParamGrid::ParamGrid() { minVal = maxVal = 0.; logStep = 1; }
50 logStep = std::max(_logStep, 1.);
svm.cpp 101 if( pg.logStep < 1. + FLT_EPSILON )
372 grid.logStep = 5; // total iterations = 5
378 grid.logStep = 15; // total iterations = 4
384 grid.logStep = 7; // total iterations = 4
390 grid.logStep = 3; // total iterations = 3
396 grid.logStep = 14; // total iterations = 3
402 grid.logStep = 7; // total iterations = 3
    [all...]
  /external/opencv3/modules/ml/include/opencv2/
ml.hpp 120 \f[(minVal, minVal*step, minVal*{step}^2, \dots, minVal*{logStep}^n),\f]
122 \f[\texttt{minVal} * \texttt{logStep} ^n < \texttt{maxVal}\f]
123 The grid is logarithmic, so logStep must always be greater then 1. Default value is 1.
125 double logStep;
    [all...]

Completed in 62 milliseconds