![]() |
Represents repeated application of a mechanism.
Inherits From: DpEvent
tf_privacy.SelfComposedDpEvent(
event, count
)
The repeated applications may be adaptive, where the query producing each event depends on the results of prior queries.
This is equivalent to ComposedDpEvent
that contains a list of length count
of identical copies of event
.
Attributes | |
---|---|
count
|
|
event
|
Methods
__eq__
__eq__(
other
)
Method generated by attrs for class SelfComposedDpEvent.
__ge__
__ge__(
other
)
Method generated by attrs for class SelfComposedDpEvent.
__gt__
__gt__(
other
)
Method generated by attrs for class SelfComposedDpEvent.
__le__
__le__(
other
)
Method generated by attrs for class SelfComposedDpEvent.
__lt__
__lt__(
other
)
Method generated by attrs for class SelfComposedDpEvent.
__ne__
__ne__(
other
)
Method generated by attrs for class SelfComposedDpEvent.