HomeSort by relevance Sort by last modified time
    Searched refs:coef0 (Results 1 - 2 of 2) sorted by null

  /external/opencv/ml/src/
mlsvm.cpp 171 gamma(1), coef0(0), C(1), nu(0), p(0), class_weights(0)
182 degree(_degree), gamma(_gamma), coef0(_coef0),
261 calc_non_rbf_base( vcount, var_count, vecs, another, results, params->gamma, params->coef0 );
271 -2*params->gamma, -2*params->coef0 );
    [all...]
  /external/opencv/ml/include/
ml.h 331 double coef0; // for poly/sigmoid member in struct:CvSVMParams
    [all...]

Completed in 68 milliseconds