summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json19
1 files changed, 1 insertions, 18 deletions
diff --git a/config.json b/config.json
index 2742756..ebb9f81 100644
--- a/config.json
+++ b/config.json
@@ -6,22 +6,5 @@
"limit": 100,
"comment Epsilon": "Epsilon is the epsilon value for differential privacy. epsilon < 1 high privacy, 10 < epsilon low privacy. If epsilon is set to 0, differential privacy will not be used.",
- "epsilon": 0,
-
- "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",
- "upper": 100
- },
- {
- "size": "medium",
- "lower": 100,
- "upper": 200
- },
- {
- "size": "large",
- "lower": 200
- }
- ]
+ "epsilon": 0
}