abstract BoundedQuantiles.Params.Builder |
BoundedQuantiles.Params.Builder.branchingFactor(int value) |
The number of children for every non-leaf node of the quantile tree used to store the
entries.
|
static BoundedQuantiles.Params.Builder |
BoundedQuantiles.builder() |
|
abstract BoundedQuantiles.Params.Builder |
BoundedQuantiles.Params.Builder.delta(java.lang.Double value) |
Delta DP parameter.
|
abstract BoundedQuantiles.Params.Builder |
BoundedQuantiles.Params.Builder.epsilon(double value) |
Epsilon DP parameter.
|
abstract BoundedQuantiles.Params.Builder |
BoundedQuantiles.Params.Builder.lower(double value) |
Lower bound for the entries added to the distribution.
|
abstract BoundedQuantiles.Params.Builder |
BoundedQuantiles.Params.Builder.maxContributionsPerPartition(int value) |
Max contributions per partition from a single privacy unit (e.g., an individual).
|
abstract BoundedQuantiles.Params.Builder |
BoundedQuantiles.Params.Builder.maxPartitionsContributed(int value) |
Maximum number of partitions that a single privacy unit (e.g., an individual) is allowed to
contribute to.
|
abstract BoundedQuantiles.Params.Builder |
BoundedQuantiles.Params.Builder.noise(Noise value) |
Noise that will be used to make the quantiles differentially private.
|
abstract BoundedQuantiles.Params.Builder |
BoundedQuantiles.Params.Builder.treeHeight(int value) |
The height of the quantile tree used to store the entries.
|
abstract BoundedQuantiles.Params.Builder |
BoundedQuantiles.Params.Builder.upper(double value) |
Upper bound for the entries added to the distribution.
|