ParametersProperties

data class ParametersProperties(val epsilon: Int, val usersNoisePerQuery: Int)

Specifies the epsilon and noise parameters for the privacy budget template.

Constructors

Link copied to clipboard
constructor(epsilon: Int, usersNoisePerQuery: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The epsilon value that you want to use.

Link copied to clipboard

Noise added per query is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.