Function opendp::measurements::post_alp_state_to_queryable
source · pub fn post_alp_state_to_queryable<K, C>(
) -> Function<AlpState<K, C>, Queryable<K, C>>
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()).