Imported modules
|
|
from Bio.Tools.KDTree import _KDTree
|
Functions
|
|
_dist
_neighbor_test
_test
|
|
_dist
|
_dist ( p, q )
|
|
_neighbor_test
|
_neighbor_test (
nr_points,
dim,
bucket_size,
radius,
)
Test all fixed radius neighbor search.
Test all fixed radius neighbor search using the
KD tree C module.
|
|
_test
|
_test (
nr_points,
dim,
bucket_size,
radius,
)
Test neighbor search.
Test neighbor search using the KD tree C module.
|
Classes
|
|
KDTree |
KD tree implementation (C++, SWIG python wrapper)
|
|
|