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