aggregation

Function aggregation 

Source
pub fn aggregation<KI, KV>(
    rules: &[Rule],
    input: &HashMap<KI, Float>,
    vars: &HashMap<KV, Variable>,
    sampler: &UniformSampler,
) -> Result<HashMap<String, Vec<Float>>>
where KI: Eq + Hash + Borrow<str>, KV: Eq + Hash + Borrow<str>,
Expand description

Aggregate the contributions of all rules into output membership functions.