singletonmf {FuzzyR} | R Documentation |
Singleton membership function
Description
To specify a singleton membership function at the particular point
Usage
singletonmf(mf.params)
Arguments
mf.params |
the particular singleton point |
Details
This is not an external function. It should be used through genmf
.
Value
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
Author(s)
Chao Chen
Examples
mf <- singletonmf(3)
# This is the same as:
mf <- genmf('singletonmf', 3)
evalmf(1:10, mf)
[Package FuzzyR version 2.3.2 Index]