Modifies the Fact's fuzzy slots by the strength of the activation, represented by the Correlation parameter. This method applies the fuzzy correlation based on the FuzzyCorrelationMethod property and its value: Minimum and Product. Fuzzy correlation controls how the truth level (where 0 is completely FALSE and 1 is completely TRUE) of a rule's premise (IF portion) modifies the truth of the rule's consequents, whether fuzzy sets are truncated at the truth level (creating a plateau) or multiplied by the truth level (preserving the shape of the fuzzy set but shrinking it
Namespace: InferenceEngine
Delphi |
public |
Parameters
Fact
Type: IFact
Correlation
Type: Single
Reference |