singletonmf {FuzzyR} | R Documentation |
To specify a singleton membership function at the particular point
singletonmf(mf.params)
mf.params |
the particular singleton point |
This is not an external function. It should be used through genmf
.
The singleton membership function of x at the particular point, where x is a generic element of U, which is the universe of discourse of a fuzzy set X
Chao Chen
mf <- singletonmf(3)
# This is the same as:
mf <- genmf('singletonmf', 3)
evalmf(1:10, mf)