{ "arguments": { "data": { "type_value": "Array" }, "candidates": { "type_value": "Jagged", "default_python": "None", "default_rust": "None", "description": "Set from which the Exponential mechanism will return an element." } }, "id": "DPMaximum", "name": "dp_maximum", "options": { "mechanism": { "type_proto": "string", "type_rust": "String", "default_python": "\"Laplace\"", "default_rust": "String::from(\"Laplace\")", "description": "Privatizing mechanism to use. One of [`Laplace`, `Gaussian`]" }, "privacy_usage": { "type_proto": "repeated PrivacyUsage", "type_rust": "Vec", "default_python": "None", "description": "Object describing the type and amount of privacy to be used for the mechanism release." } }, "return": { "type_value": "Array", "description": "Differentially private estimates of the maximum elements of the data." }, "description": "Returns differentially private estimates of the maximum elements of each column of the data.", "proto_id": 11 }