Searched refs:bestIndex (Results 1 – 2 of 2) sorted by relevance
253 int bestIndex = 0; in kMeans() local265 bestIndex = j; in kMeans()268 grouping[i] = bestIndex; in kMeans()269 groupCount[bestIndex]++; in kMeans()270 groupSum[bestIndex].latRad += p.latRad; in kMeans()271 groupSum[bestIndex].lngRad += p.lngRad; in kMeans()
855 int bestIndex = -1; in getEmptyBlock() local873 bestIndex = index; in getEmptyBlock()876 return mCache.remove(bestIndex); in getEmptyBlock()