#include <ml.hpp>
CvSVMParams::CvSVMParams |
( |
| ) |
|
CvSVMParams::CvSVMParams |
( |
int |
svm_type, |
|
|
int |
kernel_type, |
|
|
double |
degree, |
|
|
double |
gamma, |
|
|
double |
coef0, |
|
|
double |
Cvalue, |
|
|
double |
nu, |
|
|
double |
p, |
|
|
CvMat * |
class_weights, |
|
|
CvTermCriteria |
term_crit |
|
) |
| |
CV_PROP_RW int CvSVMParams::svm_type |
CV_PROP_RW int CvSVMParams::kernel_type |
CV_PROP_RW double CvSVMParams::degree |
CV_PROP_RW double CvSVMParams::gamma |
CV_PROP_RW double CvSVMParams::coef0 |
CV_PROP_RW double CvSVMParams::C |
CV_PROP_RW double CvSVMParams::nu |
CV_PROP_RW double CvSVMParams::p |
CvMat* CvSVMParams::class_weights |
The documentation for this struct was generated from the following file: