Module abd_clam::rnn

source ·
Expand description

Algorithms for Ranged Nearest Neighbor search.

The stable algorithms are Linear and Clustered, with the default being Clustered.

We will experiment with other algorithms in the future, and they will be added to this module as they are being implemented. They should not be considered stable until they are documented as such.

Enums§

  • The algorithm to use for Ranged Nearest Neighbor search.