An open API service indexing awesome lists of open source software.

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

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