Skip to content

MULTIDAI/MultiDAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KDTree

KD-Tree and multiple adaptive indexing methods.

  • points are given as STL vectors (and inserted in their own STL vector) so supports n-dimensional points for any n
  • supports range queries

The following primary make targets are available: make run_experiments: Compiles and runs the experiments specified in experiments.cpp make run_test: Compiles and runs the testsuite, tests are specified in Test.cpp

Use test framework: https://github.com/Snaipe/Criterion Install: $ sudo add-apt-repository ppa:snaipewastaken/ppa $ sudo apt-get update $ sudo apt-get install criterion-dev

License and copyright

The static KDTree is from J. Frederico Carvalho.

© J. Frederico Carvalho Licensed under the BSD3 License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published