[][src]Module talus::graph

Algorithms for constructing graphs from sets of points

Enums

GraphError

Functions

build_knn

Constructs an exact k-NN graph from a set of points.

build_knn_approximate

Constructs an approximate k-NN graph from a set of points.