Controls which fuzzy inference methods is used in fuzzy inference ( see Infer method).
Namespace: IFuzzyLogic
Delphi |
published |
Property Value
Type: Void
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. This property 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 |