Learn R Programming

FuzzyR (version 2.3.2)

singletonmf: 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

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

Details

This is not an external function. It should be used through genmf.

Examples

Run this code
# 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