Build a specification of the inverted-file-product-quantization KNN query algorithm, with all required parameters specified explicitly.
cuml_knn_algo_ivfpq(nlist, nprobe, m, n_bits, use_precomputed_tables = FALSE)
Number of cells to partition dataset into.
At query time, the number of cells used for approximate nearest neighbor search.
Number of subquantizers.
Bits allocated per subquantizer.
Whether to use precomputed tables.
An object encapsulating all required parameters of the "ivfpq" KNN query algorithm.