streaming_algorithms
0.0.5
A collection of streaming data algorithms
|
Files | |
file | cm_sketch.h [code] |
Count-min sketch https://en.wikipedia.org/wiki/Count%E2%80%93min_sketch. | |
file | matrix.h [code] |
Matrix data storage. | |
file | p2.h [code] |
Piece_wise parabolic predicition (P2). | |
file | running_stats.h [code] |
Calculates the running count, mean, variance, and standard deviation. | |
file | time_series.h [code] |
Time series data storage (stripped down circular buffer) | |