pub type BallTree = BinaryTree<BallTreeBranch>;
Expand description

Ball-tree implementation