{ "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, "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 } ] }