OpenCV  2.4.13.3
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() [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 
)

Member Data Documentation

§ C

double CvSVMParams::C

§ 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

double CvSVMParams::nu

§ p

double CvSVMParams::p

§ svm_type

int CvSVMParams::svm_type

§ term_crit

CvTermCriteria CvSVMParams::term_crit

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