Learn R Programming

FuzzyR (version 2.3.2)

singleton.fuzzification: Singleton Fuzzification

Description

To generate a fuzzy membership function based on singleton fuzzification for the given crisp input x

Usage

singleton.fuzzification(x, mf.params = NULL)

Arguments

x

the crisp input

mf.params

NULL or h

Value

The singleton MF at the crisp point x

Examples

Run this code
# NOT RUN {
mf <- singleton.fuzzification(3)
evalmf(1:10, mf)
# }

Run the code above in your browser using DataLab