https://github.com/termoshtt/vptree
vantage point tree for searching nearest neighbors in any norm space
https://github.com/termoshtt/vptree
Last synced: 8 months ago
JSON representation
vantage point tree for searching nearest neighbors in any norm space
- Host: GitHub
- URL: https://github.com/termoshtt/vptree
- Owner: termoshtt
- License: gpl-3.0
- Created: 2014-11-06T11:54:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-14T16:23:03.000Z (about 11 years ago)
- Last Synced: 2025-06-06T17:01:38.972Z (10 months ago)
- Language: C++
- Size: 250 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vpTree : vantage-point tree
===========================
Vantage-point tree for search nearest neighbors in arbitrary norm space.
Install
-------
This project contains headers only,
so you can use when you finish downloading.
If you are using git, you can install with `git-submodule` as follows:
```
git submodule add https://github.com/termoshtt/vpTree
```
Document
--------
Please generate using Doxygen
```
make document
```
or
```
doxygen doc/Doxyfile
```
License
-------
GNU GENERAL PUBLIC LICENSE Version 3