TInferenceEngine.EvalFuzzyExpression(IFuzzyVariable,String,IFuzzySet) Method |
Scroll Prev Top Next More |
Parses the Expression string for a valid fuzzy expression of the variable, e.g., 'very warm or [not hot]'. The method first converts the Expression into a post-fix vector of tokens and then calls the overloaded EvalFuzzyExpression method, which converts the expression into a fuzzy set. The function returns the defuzzified value of the fuzzy set
Namespace: InferenceEngine
Delphi |
public |
Parameters
Variable
Type: IFuzzyVariable
Expression
Type: String
FuzzySet
Type: IFuzzySet
Type: TFzyFloat
Reference |