Uses of Interface
com.google.privacy.differentialprivacy.Noise
-
-
Uses of Noise in com.google.privacy.differentialprivacy
Classes in com.google.privacy.differentialprivacy that implement Noise Modifier and Type Class Description classGaussianNoiseGenerates and adds Gaussian noise to a raw piece of numerical data such that the result is securely differentially private.classLaplaceNoiseGenerates and adds Laplace noise to a raw piece of numerical data such that the result is securely differentially private.Methods in com.google.privacy.differentialprivacy with parameters of type Noise Modifier and Type Method Description abstract BoundedMean.Params.BuilderBoundedMean.Params.Builder. noise(Noise value)Noise that will be used to make the mean differentially private.abstract BoundedQuantiles.Params.BuilderBoundedQuantiles.Params.Builder. noise(Noise value)Noise that will be used to make the quantiles differentially private.abstract BoundedSum.Params.BuilderBoundedSum.Params.Builder. noise(Noise value)Distribution from which the noise will be generated and added to the sum.abstract Count.Params.BuilderCount.Params.Builder. noise(Noise value)Distribution from which the noise will be generated and added to the count.
-