Table of Contents

Module: __init__ Bio/Tools/KDTree/__init__.py
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.

  • nr_points - number of points used in test o dim - dimension of coords o bucket_size - nr of points per tree node o radius - radius of search (typically 0.05 or so)

  _test 
_test (
        nr_points,
        dim,
        bucket_size,
        radius,
        )

Test neighbor search.

Test neighbor search using the KD tree C module.

  • nr_points - number of points used in test o dim - dimension of coords o bucket_size - nr of points per tree node o radius - radius of search (typically 0.05 or so)

Classes   
KDTree

KD tree implementation (C++, SWIG python wrapper)


Table of Contents

This document was automatically generated on Mon Jul 1 12:03:06 2002 by HappyDoc version 2.0.1