![]() |
Represents an application of Poisson subsampling.
Inherits From: DpEvent
tf_privacy.PoissonSampledDpEvent(
sampling_probability, event
)
Each record in the dataset is included in the sample independently with
probability sampling_probability
. Then the DpEvent
event
is applied
to the sample of records.
Attributes | |
---|---|
event
|
|
sampling_probability
|
Methods
__eq__
__eq__(
other
)
Method generated by attrs for class PoissonSampledDpEvent.
__ge__
__ge__(
other
)
Method generated by attrs for class PoissonSampledDpEvent.
__gt__
__gt__(
other
)
Method generated by attrs for class PoissonSampledDpEvent.
__le__
__le__(
other
)
Method generated by attrs for class PoissonSampledDpEvent.
__lt__
__lt__(
other
)
Method generated by attrs for class PoissonSampledDpEvent.
__ne__
__ne__(
other
)
Method generated by attrs for class PoissonSampledDpEvent.