NN Descent
Python module: cuvs.neighbors.nn_descent
Index
NN-Descent index object. This object stores the trained NN-Descent index, which can be used to get the NN-Descent graph and distances after building
Members
trained
graph
distances
IndexParams
Parameters to build NN-Descent Index
Parameters
Constructor
Members
metric
metric_arg
graph_degree
intermediate_graph_degree
max_iterations
termination_threshold
get_handle
Get a pointer to the underlying C object.
build
@auto_sync_resources
Build KNN graph from the dataset
Parameters
Returns
Examples