#include <ml.hpp>
§ CvSVMParams() [1/2]
CvSVMParams::CvSVMParams |
( |
| ) |
|
§ CvSVMParams() [2/2]
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 |
|
) |
| |
§ class_weights
CvMat* CvSVMParams::class_weights |
§ coef0
double CvSVMParams::coef0 |
§ degree
double CvSVMParams::degree |
§ gamma
double CvSVMParams::gamma |
§ kernel_type
int CvSVMParams::kernel_type |
§ nu
§ svm_type
int CvSVMParams::svm_type |
§ term_crit
The documentation for this struct was generated from the following file: