diff options
| author | Daniel Langesten <daniel.langest@gmail.com> | 2015-03-11 10:01:12 +0100 |
|---|---|---|
| committer | Daniel Langesten <daniel.langest@gmail.com> | 2015-03-11 10:01:12 +0100 |
| commit | f1a97a01b6ea93516acf7e222e5b9bd573d0edbc (patch) | |
| tree | 886a49f3974f5c0774b89b23764b514c52d48e64 | |
| parent | cdf1a5668a2f001d071cacadbca3a17ae8fc6555 (diff) | |
repaired config.json
| -rw-r--r-- | config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.json b/config.json index ec2f21a..8471724 100644 --- a/config.json +++ b/config.json @@ -2,8 +2,8 @@ "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 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": [ |
