|
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()
Public Function EvaluateFiringStrength As Single
Request Example
View SourceReturn Value
Type:
SingleThe firing strength [0..1] of the Rule.
See Also