Kernel Density Estimation in c++
We need nanoflann. This is a header only library.
$ git clone https://github.com/tbs1980/KernelDensityEstimation.git
$ mkdir build
$ cd build
$ cmake -DNANOFLANN_ROOT=path-to-nanoflann ../
$ make
Kernel Density Estimation in c++
We need nanoflann. This is a header only library.
$ git clone https://github.com/tbs1980/KernelDensityEstimation.git
$ mkdir build
$ cd build
$ cmake -DNANOFLANN_ROOT=path-to-nanoflann ../
$ make