OpenCV  2.4.13
Open Source Computer Vision
CvSVMParams Struct Reference

#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
 
CvMatclass_weights
 
CvTermCriteria term_crit
 

Constructor & Destructor Documentation

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 
)

Member Data Documentation

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

The documentation for this struct was generated from the following file: