Simple kernel density estimator. Uses one gaussian kernel per observed data value.
This implementation builds a probability density function (pdf), which represents the probability density of the received signal strength on Bluetooth Radio Signal Strength over the packet distance. Packets are grouped by Signal Ranges. Standard output reveals the evaluation of the resulting density function for each series.
- Weka - Collection of machine learning algorithms for data mining tasks
- Jackson-Dataformat-CSV - Jackson data format module for reading and writing CSV encoded data
1.0
You need Maven and a sample csv file:
$ git clone [git-repo-url]
$ cd dillinger
MIT