public class ParamGrid
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static ParamGrid |
__fromPtr__(long addr) |
static ParamGrid |
create()
Creates a ParamGrid Ptr that can be given to the %SVM::trainAuto method
|
static ParamGrid |
create(double minVal)
Creates a ParamGrid Ptr that can be given to the %SVM::trainAuto method
|
static ParamGrid |
create(double minVal,
double maxVal)
Creates a ParamGrid Ptr that can be given to the %SVM::trainAuto method
|
static ParamGrid |
create(double minVal,
double maxVal,
double logstep)
Creates a ParamGrid Ptr that can be given to the %SVM::trainAuto method
|
double |
get_logStep() |
double |
get_maxVal() |
double |
get_minVal() |
long |
getNativeObjAddr() |
void |
set_logStep(double logStep) |
void |
set_maxVal(double maxVal) |
void |
set_minVal(double minVal) |
public static ParamGrid __fromPtr__(long addr)
public static ParamGrid create()
public static ParamGrid create(double minVal)
minVal
- minimum value of the parameter gridpublic static ParamGrid create(double minVal, double maxVal)
minVal
- minimum value of the parameter gridmaxVal
- maximum value of the parameter gridpublic static ParamGrid create(double minVal, double maxVal, double logstep)
minVal
- minimum value of the parameter gridmaxVal
- maximum value of the parameter gridlogstep
- Logarithmic step for iterating the statmodel parameterpublic double get_logStep()
public double get_maxVal()
public double get_minVal()
public long getNativeObjAddr()
public void set_logStep(double logStep)
public void set_maxVal(double maxVal)
public void set_minVal(double minVal)
Generated on 2019-12-20 14:24:32 / OpenCV 4.2.0