TCustomFuzzyLogicParser.EvalFuzzyExpression(TFuzzyVariable,String,TFuzzySet) 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: TFuzzyVariable
Expression
Type: String
FuzzySet
Type: TFuzzySet
Type: TFzyFloat
Reference |