diff options
Diffstat (limited to 'python/timehash/README')
-rw-r--r-- | python/timehash/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/timehash/README b/python/timehash/README new file mode 100644 index 0000000000..c16ff02fa8 --- /dev/null +++ b/python/timehash/README @@ -0,0 +1,4 @@ +timehash is an algorithm (with multiple reference implementations) for +calculating variable precision sliding windows of time. When performing +aggregations and correlations on large-scale data sets, the ability to convert +precise time values into 'malleable intervals' allows for many novel analytics. |