All Neighbors
Python module: cuvs.neighbors.all_neighbors
AllNeighborsParams
Parameters for all-neighbors k-NN graph building.
Parameters
Constructor
Members
get_handle
Get a pointer to the underlying C object.
algo
Algorithm used for local k-NN graph building.
overlap_factor
Number of clusters each point is assigned to.
n_clusters
Number of clusters/batches to partition the dataset into.
metric
Distance metric used for graph construction.
build
@auto_convert_output
All-neighbors allows building an approximate all-neighbors knn graph. Given a full dataset, it finds nearest neighbors for all the training vectors in the dataset.
Parameters
Returns