Changes the size of the XY value vector which describes the fuzzy set. The Expand method is useful to increase the number of XY values before applying hedges to modify the fuzzy shape. Note that this method will not reduce the number of points, if NewCount is less than the current size of the XY value vector, this method does nothing.
Namespace: FuzzyLogic
Delphi |
public |
Parameters
NewCount
Type: Integer
The Expand method differs from the ExpandSimple method in that it attempts to add points equally between the existing values (adding them where they are needed). The ExpandSimple method just adds points distributed equally across the universe of discourse for the fuzzy set. |