Poindexter/doc.go

7 lines
378 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Package poindexter provides sorting utilities and a KDTree with simple
// nearest-neighbour queries. It also includes helper functions to build
// normalised, weighted KD points for 2D/3D/4D and arbitrary ND use-cases.
//
// Distance metrics include Euclidean (L2), Manhattan (L1), Chebyshev (L∞), and
// Cosine/Weighted-Cosine for vector similarity.
package poindexter