Searched refs:numBucketsInCluster (Results 1 – 1 of 1) sorted by relevance
486 final int numBucketsInCluster; in getBucketStartIndices() local488 numBucketsInCluster = targetNumBuckets / numClusters; in getBucketStartIndices()493 numBucketsInCluster = in getBucketStartIndices()501 Math.max(1, numFrequenciesInCluster / numBucketsInCluster); in getBucketStartIndices()502 for (int bucketIdx = 0; bucketIdx < numBucketsInCluster; bucketIdx++) { in getBucketStartIndices()