Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > IE > InferenceEngine > Classes > TInferenceEngine > Properties

TInferenceEngine.FuzzyInferenceMethod Property

Scroll Prev Top Next More

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

Property Value

Type: TFuzzyInferenceMethod

Default = fimMinMax

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb