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

  /external/opencv3/modules/ml/src/
svm.cpp 91 typedef float Qfloat;
92 const int QFLOAT_TYPE = DataDepth<Qfloat>::value;
166 const float* another, Qfloat* results,
179 results[j] = (Qfloat)(s*alpha + beta);
184 const float* another, Qfloat* results )
190 const float* another, Qfloat* results )
199 const float* another, Qfloat* results )
207 Qfloat t = results[j];
208 Qfloat e = std::exp(-std::abs(t));
210 results[j] = (Qfloat)((1. - e)/(1. + e))
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 94 typedef float Qfloat;
97 typedef double Qfloat;
232 const float* another, Qfloat* results,
245 results[j] = (Qfloat)(s*alpha + beta);
251 const float* another, Qfloat* results )
258 const float* another, Qfloat* results )
267 const float* another, Qfloat* results )
275 Qfloat t = results[j];
278 results[j] = (Qfloat)((1. - e)/(1. + e));
280 results[j] = (Qfloat)((e - 1.)/(e + 1.))
    [all...]

Completed in 457 milliseconds