[][src]Module hilbert::permutation

The permutation module contains the Permutation struct, which is used to reorder the coordinates in one or more Points in a consistent way. This permits the generation of multiple Hilbert Curves, each rendering the points in a different order. With multiple curves, you can improve the accuracy of K-Nearest Nighbor searches and clustering algorithms.

Structs

Permutation

Defines a one-to-one mapping from one ordering of values to another. This can be used to rearrange the coordinates in a Point.