diff options
| author | Daniel Langesten <daniel.langest@gmail.com> | 2015-03-10 14:55:27 +0100 |
|---|---|---|
| committer | Daniel Langesten <daniel.langest@gmail.com> | 2015-03-10 14:55:27 +0100 |
| commit | 16fb491d9dbaf581f6bf8c2f5ee9167699816615 (patch) | |
| tree | 334ddc5da51de57bae12de09d7e51672cbb7ecf6 | |
| parent | 2fa27f737093b186ceeb910f385f5d25e0d0d744 (diff) | |
added comments
| -rw-r--r-- | config.json | 5 |
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", |
