powered by
To generate a fuzzy membership function based on singleton fuzzification for the given crisp input x
singleton.fuzzification(x, mf.params = NULL)
the crisp input
NULL or h
The singleton MF at the crisp point x
# NOT RUN { mf <- singleton.fuzzification(3) evalmf(1:10, mf) # }
Run the code above in your browser using DataLab