#include <ml.h>
Public Member Functions | |
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) | |
Public Attributes | |
int | svm_type |
int | kernel_type |
double | degree |
double | gamma |
double | coef0 |
double | C |
double | nu |
double | p |
CvMat * | class_weights |
CvTermCriteria | term_crit |
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 | |||
) |
double CvSVMParams::degree |
double CvSVMParams::gamma |
double CvSVMParams::coef0 |
double CvSVMParams::C |
double CvSVMParams::nu |
double CvSVMParams::p |