static BoundedSum.Params.Builder |
BoundedSum.builder() |
|
abstract BoundedSum.Params.Builder |
BoundedSum.Params.Builder.delta(java.lang.Double value) |
Delta DP parameter.
|
abstract BoundedSum.Params.Builder |
BoundedSum.Params.Builder.epsilon(double value) |
Epsilon DP parameter.
|
abstract BoundedSum.Params.Builder |
BoundedSum.Params.Builder.lower(double value) |
Lower bound for the entries added to the sum.
|
abstract BoundedSum.Params.Builder |
BoundedSum.Params.Builder.maxPartitionsContributed(int value) |
Maximum number of partitions to which a single privacy unit (i.e., an individual) is
allowed to contribute.
|
abstract BoundedSum.Params.Builder |
BoundedSum.Params.Builder.noise(Noise value) |
Distribution from which the noise will be generated and added to the sum.
|
abstract BoundedSum.Params.Builder |
BoundedSum.Params.Builder.upper(double value) |
Upper bound for the entries added to the sum.
|