Skip to main content

Kdtree2

Kdtree2 is k-d tree implementation by Matthew B. Kennel. The original paper is available at arXiv.

This module provides following data types:

This module provides following routines to create tree and destroy them.

Following methods are available for getting n-nearest neighbours.

Following methods are available for getting neighbours within radius r.

Following methods are available for counding points within radius r.

All methods​