From 16fb491d9dbaf581f6bf8c2f5ee9167699816615 Mon Sep 17 00:00:00 2001 From: Daniel Langesten Date: Tue, 10 Mar 2015 14:55:27 +0100 Subject: added comments --- config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.json b/config.json index 645a760..ec2f21a 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,11 @@ { + "comment Interval": "Interval is how large time intervals that the data should be grouped into", "interval": "5min", + + "comment Epsilon": "Epsilon is the epsilon value for differential privacy. epsilon < 1 high privacy, 10 < epsilon low privacy "epsilon": 10000, + + "comment Volumes": "The volumes that a packet size can fall into. size is the label given to the volume. The interval of the volumes is [lower,upper). "volumes": [ { "size": "small", -- cgit v1.1