Ball Cover
Source header: cuvs/neighbors/ball_cover.hpp
Types
neighbors::ball_cover::index
Stores raw index data points, sampled landmarks, the 1-nns of index points
to their closest landmarks, and the ball radii of each landmark. This class is intended to be constructed once and reused across subsequent queries.
Fields
Random Ball Cover algorithm
neighbors::ball_cover::build
Builds and populates a previously unbuilt cuvs::neighbors::ball_cover::index
Usage example:
cuvs::neighbors::ball_cover::index
Parameters
Returns
void