singleton.fuzzification {FuzzyR} | R Documentation |
To generate a fuzzy membership function based on singleton fuzzification for the given crisp input x
singleton.fuzzification(x, mf.params = NULL)
x |
the crisp input |
mf.params |
NULL or h |
The singleton MF at the crisp point x
Chao Chen
mf <- singleton.fuzzification(3)
evalmf(1:10, mf)