@hackage / kdt

Fast and flexible k-d trees for various types of point queries.

Latest0.2.6

About

Metadata

  • Last updated , by giogadi
  • License MIT
  • Maintained by: lgtorres42@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

This package includes static and dynamic versions of k-d trees, as well as "Map" variants that store data at each point in the k-d tree structure. Supports nearest neighbor, k nearest neighbors, points within a given radius, and points within a given range. To learn to use this package, start with the documentation for the Data.KdTree.Static module.