streaming_algorithms
0.0.5
A collection of streaming data algorithms
|
The Count-min sketch calculates the frequency of an item in a stream.
Matrix data structure for a 2d matrix.
The p2 algorithm for dynamic calculation of quantiles and histograms without storing observation.
Calculates the mean, variance, and standard deviation https://www.johndcook.com/blog/standard_deviation/
Time series data structure for windowed calculations.
git clone https://github.com/trink/streaming_algorithms.git cd streaming_algorithms mkdir release cd release # UNIX cmake -DCMAKE_BUILD_TYPE=Release -DCPACK_GENERATOR=[TGZ|RPM|DEB] .. make # Windows Visual Studio 2013 cmake -DCMAKE_BUILD_TYPE=Release -G "NMake Makefiles" .. nmake ctest