Home
last modified time | relevance | path

Searched defs:DecisionFunc (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/ml/src/
Dsvm.cpp414 struct DecisionFunc struct in cv::ml::SVMImpl
416 DecisionFunc(double _rho, int _ofs) : rho(_rho), ofs(_ofs) {} in DecisionFunc() argument
417 DecisionFunc() : rho(0.), ofs(0) {} in DecisionFunc() function
418 double rho;
419 int ofs;