Public Member Functions | Public Attributes
CvSVMParams Struct Reference

#include <ml.hpp>

List of all members.

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

CV_PROP_RW int svm_type
CV_PROP_RW int kernel_type
CV_PROP_RW double degree
CV_PROP_RW double gamma
CV_PROP_RW double coef0
CV_PROP_RW double C
CV_PROP_RW double nu
CV_PROP_RW double p
CvMatclass_weights
CV_PROP_RW CvTermCriteria term_crit

Constructor & Destructor Documentation

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

CV_PROP_RW int CvSVMParams::svm_type
CV_PROP_RW int CvSVMParams::kernel_type
CV_PROP_RW double CvSVMParams::degree
CV_PROP_RW double CvSVMParams::gamma
CV_PROP_RW double CvSVMParams::coef0
CV_PROP_RW double CvSVMParams::C
CV_PROP_RW double CvSVMParams::nu
CV_PROP_RW double CvSVMParams::p

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