diff options
author | Daniel Langesten <daniel.langest@gmail.com> | 2015-03-12 12:51:48 +0100 |
---|---|---|
committer | Daniel Langesten <daniel.langest@gmail.com> | 2015-03-12 12:51:48 +0100 |
commit | 114328feccb6ce3dbd16219fc456a34d00f72ec6 (patch) | |
tree | 179b9ff50487523ab2c139ad645976bb49afadbd /config.json | |
parent | dc28b63102b26c34db2e056972d0b7173e263652 (diff) |
Added support for how many entries that should be processed at a time.
Diffstat (limited to 'config.json')
-rw-r--r-- | config.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.json b/config.json index 4447a1b..2742756 100644 --- a/config.json +++ b/config.json @@ -2,6 +2,9 @@ "comment Interval": "Interval is how large time intervals that the data should be grouped into", "interval": "day", + "comment Limit": "Limit is how many rows that is processed at a time for the program. If limit <= 0, there will be no limit", + "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, |