Skip to content

tbs1980/KernelDensityEstimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KernelDensityEstimation

Kernel Density Estimation in c++ demo

dependencies

We need nanoflann. This is a header only library.

build instructions

$ git clone https://github.com/tbs1980/KernelDensityEstimation.git
$ mkdir build
$ cd build
$ cmake -DNANOFLANN_ROOT=path-to-nanoflann ../
$ make

About

Kernel Density Estimation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published