View Source Evision.ML.ParamGrid (Evision v0.1.7)

Link to this section Summary

cv.ml

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

Link to this section cv.ml

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

Python prototype (for reference):

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

Python prototype (for reference):

create([, minVal[, maxVal[, logstep]]]) -> retval

Link to this section Functions

Raising version of create/0.

Raising version of create/1.

Raising version of get_logStep/1.

Raising version of get_maxVal/1.

Raising version of get_minVal/1.

Link to this function

set_logStep!(self, prop)

View Source

Raising version of set_logStep/2.

Raising version of set_maxVal/2.

Raising version of set_minVal/2.