niemasd / TreeSwift

TreeSwift: Fast tree module for Python 3
https://niema.net/TreeSwift
GNU General Public License v3.0
75 stars 14 forks source link

Nearest-neighbor leaf search #11

Closed mahermassoud closed 3 years ago

mahermassoud commented 4 years ago

Hi Niema

I added a feature that allows you to get the nearest neighbors of a leaf. It's a useful alternative to calculating pairwise distances in a large tree.