We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2829bf0 commit 0750b67Copy full SHA for 0750b67
1 file changed
src/bindings/PyDP/algorithms/qunatile_tree.cpp
@@ -36,7 +36,7 @@ dp::QuantileTree<double>::Privatized GetPrivatizeTree(
36
dp_params.epsilon = epsilon;
37
dp_params.delta = delta;
38
dp_params.max_contributions_per_partition = max_contributions_per_partition;
39
- dp_params.max_partitions_contributed = max_partitions_contributed;
+ dp_params.max_partitions_contributed_to = max_partitions_contributed;
40
// Create DP mechanism.
41
if (noise_type == "laplace") {
42
dp_params.mechanism_builder = std::make_unique<dp::LaplaceMechanism::Builder>();
0 commit comments