Description Usage Arguments Methods (by generic) Slots See Also
An S4 base class representing the privacy parameters in (ε,δ,γ)-random differential privacy.
1 2 3 4 5 6 7 8 9 10 11 |
object |
an object of class |
value |
a scalar numeric γ. |
gamma |
scalar numeric γ. |
show: automatically prints the object.
getGamma: getter for slot gamma.
setGamma<-: setter for slot gamma.
toGamma: returns object with set gamma; generic for use with
superclasses DPParamsEps and DPParamsDel.
epsilonpositive scalar numeric privacy level.
deltaa scalar numeric privacy level in interval [0,1).
gammaa scalar numeric privacy level in [0, 1).
DPParamsEps, DPParamsDel superclasses.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.