summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.json5
1 files changed, 5 insertions, 0 deletions
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",