Build a specification of the flat-inverted-file KNN query algorithm, with all required parameters specified explicitly.
cuml_knn_algo_ivfflat(nlist, nprobe)
Number of cells to partition dataset into.
At query time, the number of cells used for approximate nearest neighbor search.
An object encapsulating all required parameters of the "ivfflat" KNN query algorithm.