Controls which Fuzzy Inference Method type to use. 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 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
Namespace: InferenceEngine
Delphi |
published |
Property Value
Type: TFuzzyInferenceMethod
Default = fimMinMax
Reference |