Returns the Y component of the XY value pairs that define the shape of the fuzzy set. The Y Values determine the degree of membership value of any X value in the fuzzy set.
Namespace: FuzzyInterfaces
Delphi |
public |
Parameters
Index
Type: Integer
Type: TFzyFloat
Use the Count property and the YValues property to iterate over all the points in the fuzzy set. The XY value pairs define a 2D plot describing the membership plot of the fuzzy set. The X range varies over the universe of discourse. The Y Range varies from 0 (completely not a member) to 1 (completely a member). |
Reference |