Click or drag to resize
Accord.NET (logo)

RuleEvaluateFiringStrength Method

Evaluates the firing strength of the Rule, the degree of confidence that the consequent of this Rule must be executed.

Namespace:  Accord.Fuzzy
Assembly:  Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax
public float EvaluateFiringStrength()
Request Example View Source

Return Value

Type: Single
The firing strength [0..1] of the Rule.
See Also