next up previous contents
Next: Setting the membership functions Up: Fuzzy sets Previous: Creating a fuzzy structure

Creating fuzzy sets

 

tabular1413

The command creates a new fuzzy set meaning that a new field with a given type is created to the frame "sets" under the fuzzy frame <fuzzyname>.

Example: The following command sequence demonstrates working with a fuzzy structure.

NDA> load boston.dat
NDA> mkfz fz1 -f boston.dis
...
# add a fuzzy set for apartments near the city
NDA> addfzs fz1 -fs nearFromCity -t 8
...
# add a fuzzy set for apartments far from the city
NDA> addfzs fz1 -fs farFromCity -t 8
...



Erkki Hakkinen
Thu Sep 24 11:51:34 EET DST 1998