Module opendp::combinators::chain

source ·

Modules

Macros

Constants

Functions

  • Construct the functional composition (measurement1transformation0). Returns a Measurement that when invoked, computes measurement1(transformation0(x)).
  • Construct the functional composition (postprocess1measurement0). Returns a Measurement that when invoked, computes postprocess1(measurement0(x)). Used to represent non-interactive postprocessing.
  • Construct the functional composition (transformation1transformation0). Returns a Measurement that when invoked, computes transformation1(transformation0(x)).