pyclustering.container.kdtree Namespace Reference

Data Structure: KD-Tree. More...

Classes

class  kdtree
 Represents KD Tree that is a space-partitioning data structure for organizing points in a k-dimensional space. More...
 
class  kdtree_text_visualizer
 KD-tree text visualizer that provides service to diplay tree structure using text representation. More...
 
class  node
 Represents node of KD-Tree. More...
 

Detailed Description

Data Structure: KD-Tree.

Implementation based on paper [35].

Authors
Andrei Novikov (pyclu.nosp@m.ster.nosp@m.ing@y.nosp@m.ande.nosp@m.x.ru)
Date
2014-2019