KdTree-0.2.1: KdTree, for efficient search in K-dimensional point clouds.

The KdTree package

This is a simple library for k-d trees in Haskell. It enables searching through collections of points in O(log N) average time, using the nearestNeighbor function.

Properties

Versions0.1, 0.2, 0.2.1
Dependenciesbase (<5), QuickCheck
LicenseBSD3
CopyrightCopyright 2011, Issac Trotts
AuthorIssac Trotts
Maintainerissac.trotts@gmail.com
CategoryGraphics
Home pagehttps://github.com/ijt/kdtree
Source repositorygit clone git@github.com:ijt/kdtree.git
ExecutablesKdTreeTest
Upload dateMon Jan 16 22:46:48 UTC 2012
Uploaded byIssacTrotts
Built onghc-7.2

Modules

Downloads