Module opendp::trans[][src]

Expand description

Various implementations of Transformations.

The different [Transformation] implementations in this module are accessed by calling the appropriate constructor function. Constructors are named in the form make_xxx(), where xxx indicates what the resulting Transformation does.

Re-exports

pub use crate::trans::dataframe::*;
pub use crate::trans::manipulation::*;
pub use crate::trans::sum::*;
pub use crate::trans::count::*;
pub use crate::trans::mean::*;
pub use crate::trans::variance::*;
pub use crate::trans::impute::*;
pub use crate::trans::clamp::*;
pub use crate::trans::cast::*;

Modules