CvSVMParams Struct Reference

#include <ml.h>

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

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


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