Defines the fuzzy inference methods available. Fuzzy Inference controls how assertions are combined with facts already on the fact list. Unlike normal inference where new facts may be asserted, fuzzy inference combines the fact already on the fact list with the new fact.
Namespace: FuzzyConsts
Delphi |
type |
|
This method type specifies how two fuzzy sets are combined: MinMax - Takes the maximum of two fuzzy sets Additive - Adds the two fuzzy sets together Mean - Takes the average of the two fuzzy sets Product - Multiplies the two fuzzy sets together BoundedSum - Adds the two fuzzy sets together, cutting off any values over 1.0 |
Reference |