powered by
To specify a singleton membership function at the particular point
singletonmf(mf.params)
the particular singleton point
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
This is not an external function. It should be used through genmf.
genmf
# NOT RUN { mf <- singletonmf(3) # This is the same as: mf <- genmf('singletonmf', 3) evalmf(1:10, mf) # }
Run the code above in your browser using DataLab