TCustomFuzzyLogicParser.EvalFuzzyExpression(IFuzzyVariable,String,IFuzzySet) Method |
Scroll Prev Top Next More |
Evaluates the string fuzzy expression and returns the defuzzified result. It also returns in the FuzzySet parameter the "fuzzy" result. The variable parameter provides the context of the fuzzy expression and result, e.g., if the expression contains "low or high", it defines which variable's low and high fuzzy sets are used.
Namespace: FuzzyLogic
Delphi |
public |
Parameters
Variable
Type: IFuzzyVariable
Expression
Type: String
FuzzySet
Type: IFuzzySet
Type: TFzyFloat
IFuzzyParser.EvalFuzzyExpression(IFuzzyVariable,String,IFuzzySet)
Reference |