Occurs when the parser component needs to execute a function to create a shape for a fuzzy set (the points that define the fuzzy set shape).
Namespace: FuzzyLogic
Delphi |
public |
Value
Type: TCalcFuzzyIntfFunctionEvent
Use the OnCalcFuzzyFunction event to provide custom fuzzy set shape functions. The fuzzy logic parser automatically provides the following functions: pi, tri, s, z, and beta (see the fuzzy functions section in Fuzzy Expressions). |
Reference |