Skip to main content

sugeno_infer

Function sugeno_infer 

Source
pub fn sugeno_infer(rules: &[SugenoRule]) -> Option<f32>
Expand description

Sugeno (TSK) inference: the firing-strength-weighted average of rule consequents, Σ(wᵢ·zᵢ) / Σ wᵢ. None if total firing is ~0 (refuse rather than divide by zero).