Returns the X component of the XY value pairs that define the shape of the fuzzy set.
Namespace: FuzzyInterfaces
Delphi |
public |
Parameters
Index
Type: Integer
Type: TFzyFloat
Changing the X value can change the order of the XY value pairs, e.g., if you have three points ((0.3 0.3) (0.5 1) (1 0)), changing XValues[1] from 0.5 to 0 will cause the list to look like this: ((0 1) (0.3 0.3) (1 0)). 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 |