cumlError_t knn_search(const cumlHandle_t handle, float **input, int *size, int n_params, int D, float *search_items, int n, int64_t *res_I, float *res_D, int k, bool rowMajorIndex, bool rowMajorQuery, int metric_type, float metric_arg, bool expanded)
Flat C API function to perform a brute force knn on a series of input arrays and combine the results ...