Returns the minimum of the correlation strengths of the Premises matched with the Matchings fuzzy sets
Namespace: IFuzzyLogic
Delphi |
public |
Parameters
Premises
Type: Array of IFuzzySet
Matchings
Type: Array of IFuzzySet
Type: TFzyFloat
IFuzzyVariable.GetCorrelationStrength(IFuzzySet[],IFuzzySet[])
The correlation strength of two fuzzy sets is the strength of the match between the fuzzy set and the Match fuzzy set. It is calculated based on the maximum value in the intersection of the two fuzzy sets. |
Reference |