Normalizes the current fuzzy set and returns itself. Normalization acts to "stretch" the fuzzy set vertically. It finds the maximum Y value in the fuzzy set, scales that value up to 1 and then scales the rest of the fuzzy set by that amount.
Namespace: FuzzyLogic
Delphi |
public |
Return Value
Type: TFuzzySet
It is often useful to normalize a fuzzy set, especially after operations which result in a shrunken fuzzy set, e.g., intersection which takes the minimum of two fuzzy sets |
Reference |