Entry 3799
openmp
Submitted by anonymous
on May 10, 2010 at 10:06 p.m.
Language: C. Code size: 394 bytes.
#pragma omp parallel for firstprivate(k, ldD, ldN, ldZ, ldC, nneigh, neighbors, \ Z, den, check, points, U) for (i = 0; i < n; i++) { /* compute the posterior weights for the different classes */ /*compute the index to use the check table*/ /* fix up the weights and convert to probabilities */ /* generate new Z[points[i] - 1,] entries */ }
This snippet took 0.00 seconds to highlight.
Back to the Entry List or Home.