Containers ========== Spatial data structures for efficient nearest neighbor queries. .. automodule:: pytcl.containers :members: :undoc-members: :show-inheritance: K-D Tree -------- K-dimensional tree for spatial queries. .. automodule:: pytcl.containers.kd_tree :members: :undoc-members: :show-inheritance: Ball Tree --------- Ball tree for metric space queries. .. automodule:: pytcl.containers.ball_tree :members: :undoc-members: :show-inheritance: R-Tree ------ R-tree for spatial indexing. .. automodule:: pytcl.containers.rtree :members: :undoc-members: :show-inheritance: VP-Tree ------- Vantage-point tree for metric spaces. .. automodule:: pytcl.containers.vptree :members: :undoc-members: :show-inheritance: Cover Tree ---------- Cover tree for approximate nearest neighbors. .. automodule:: pytcl.containers.covertree :members: :undoc-members: :show-inheritance: