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