Crate ball_tree

source ·

Structs

A BallTree is a space-partitioning data-structure that allows for finding nearest neighbors in logarithmic time.

Traits

A Point is something that exists in some sort of metric space, and can thus calculate its distance to another Point, and can be moved a certain distance towards another Point.