Searched refs:numBucketsInCluster (Results 1 – 1 of 1) sorted by relevance
475 final int numBucketsInCluster; in getBucketStartIndices() local477 numBucketsInCluster = targetNumBuckets / numClusters; in getBucketStartIndices()482 numBucketsInCluster = in getBucketStartIndices()490 Math.max(1, numFrequenciesInCluster / numBucketsInCluster); in getBucketStartIndices()491 for (int bucketIdx = 0; bucketIdx < numBucketsInCluster; bucketIdx++) { in getBucketStartIndices()