TypeScript implementation of the Vantage-Point Tree N-Nearest Neighbor search algorithm
npm install vantage-point-treeLibrary runs on the browser or Node.js
---
- VP trees: A data structure for finding stuff fast (the closest to an eli5 I've found)
---
- http://pnylab.com/pny/papers/vptree/vptree/vptree.html
- https://en.wikipedia.org/wiki/Vantage-point_tree#Implementation_examples
- http://fpirsch.github.io/vptree.js/