pub fn aggregate_effects<T: Aggregatable>(
effects: &[EffectValue<T>],
logic: &AggregateLogic,
threshold_value: Option<f64>,
) -> Result<EffectValue<T>, CausalityError>Expand description
Main dispatcher function for aggregation.
pub fn aggregate_effects<T: Aggregatable>(
effects: &[EffectValue<T>],
logic: &AggregateLogic,
threshold_value: Option<f64>,
) -> Result<EffectValue<T>, CausalityError>Main dispatcher function for aggregation.