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
Namespace: InferenceEngine
Delphi |
public |
Parameters
Variable
Type: IFuzzyVariable
Expression
Type: String
Type: IFuzzySet
Reference |