public class ParamGrid extends Object
Modifier and Type | Field and Description |
---|---|
protected long |
nativeObj |
Modifier | Constructor and Description |
---|---|
protected |
ParamGrid(long addr) |
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
|
protected void |
finalize() |
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 long getNativeObjAddr()
public static ParamGrid __fromPtr__(long addr)
public 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 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)
minVal
- minimum value of the parameter gridpublic static ParamGrid create()
public double get_minVal()
public void set_minVal(double minVal)
public double get_maxVal()
public void set_maxVal(double maxVal)
public double get_logStep()
public void set_logStep(double logStep)
Generated on Wed Oct 9 2019 23:24:43 UTC / OpenCV 4.1.2