public class PQBuildParams extends Object
This will run k-means clustering on each subvector to determine the centroids that will be used to quantize the subvectors. This step runs against a randomly chosen sample of the data. The sample size is typically quite small and PQ training is relatively fast regardless of dataset scale. As a result, accelerators are not needed here.
| Modifier and Type | Class and Description |
|---|---|
static class |
PQBuildParams.Builder |
| Modifier and Type | Method and Description |
|---|---|
int |
getKmeansRedos() |
int |
getMaxIters() |
int |
getNumBits() |
int |
getNumSubVectors() |
int |
getSampleRate() |
String |
toString() |
Copyright © 2025. All rights reserved.