Lines Matching defs:SvmParams
106 struct SvmParams struct
108 int svmType;
109 int kernelType;
110 double gamma;
111 double coef0;
112 double degree;
113 double C;
114 double nu;
115 double p;
116 Mat classWeights;
117 TermCriteria termCrit;
119 SvmParams() in SvmParams() argument
132 SvmParams( int _svmType, int _kernelType, in SvmParams() argument