Function opendp::measurements::alp::post_alp_state_to_queryable
source · pub fn post_alp_state_to_queryable<K, C>(
) -> Function<AlpState<K, C>, Queryable<K, C>>where
K: 'static + Clone,
C: 'static + Float,
Expand description
Make a postprocessor that wraps the AlpState in a Queryable object.
The Queryable object works similar to a dictionary. Note that the access time is O(state.h.len()).