Containers ========== Spatial data structures for efficient nearest neighbor queries. .. automodule:: pytcl.containers :no-members: :no-undoc-members: K-D Tree -------- K-dimensional tree for spatial queries. .. automodule:: pytcl.containers.kd_tree :members: :undoc-members: :show-inheritance: :exclude-members: NeighborResult R-Tree ------ R-tree for spatial indexing. .. automodule:: pytcl.containers.rtree :members: :undoc-members: :show-inheritance: :exclude-members: NeighborResult VP-Tree ------- Vantage-point tree for metric spaces. .. automodule:: pytcl.containers.vptree :members: :undoc-members: :show-inheritance: :exclude-members: NeighborResult Cover Tree ---------- Cover tree for approximate nearest neighbors. .. automodule:: pytcl.containers.covertree :members: :undoc-members: :show-inheritance: :exclude-members: NeighborResult Base ---- .. automodule:: pytcl.containers.base :members: :undoc-members: :show-inheritance: Cluster Set ----------- .. automodule:: pytcl.containers.cluster_set :members: :undoc-members: :show-inheritance: Measurement Set --------------- .. automodule:: pytcl.containers.measurement_set :members: :undoc-members: :show-inheritance: Track List ---------- .. automodule:: pytcl.containers.track_list :members: :undoc-members: :show-inheritance: