Hi Guys,
I am trying to code a fuzzy set in vb.net and wonder what the function for a such a fuzzy set would look like:
http://www.atp.ruhr-uni-bochum.de/rt...ol/img2353.gif
I have tried f(x)=8 - x^2 but this is just a parabolic function, nothing like on the picture.
After hours of research I think the only way it can be done is by
drawing the simple triangular function and adding one after the other to the graph, then determining the degree of membership.
Fuzzy Sets:
Fuzzy sets are sets whose elements have degrees of membership. So the input [70 km/h] is to 75% low and 25% medium.
I just need to calculate the degree of membership for each input e.g. [70 km/h], [60 km/h], [80 km/h].
Many thanks for any suggestions
polynaux

