Searched refs:groundTruth (Results 1 – 1 of 1) sorted by relevance
48 inline int countCorrectMatches(int* neighbors, int* groundTruth, int n) in countCorrectMatches() argument53 if (neighbors[i]==groundTruth[k]) { in countCorrectMatches()65 … int* neighbors, int* groundTruth, int veclen, int n, const Distance& distance) in computeDistanceRaport() argument71 DistanceType den = distance(inputData[groundTruth[i]], target, veclen); in computeDistanceRaport()