singleton.fuzzification: Singleton Fuzzification

Description Usage Arguments Value Author(s) Examples

View source: R/FuzzyMF.R

Description

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

Usage

1
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

Author(s)

Chao Chen

Examples

1
2
mf <- singleton.fuzzification(3)
evalmf(1:10, mf)

Example output

      [,1]
 [1,]    0
 [2,]    0
 [3,]    1
 [4,]    0
 [5,]    0
 [6,]    0
 [7,]    0
 [8,]    0
 [9,]    0
[10,]    0

FuzzyR documentation built on May 19, 2021, 9:06 a.m.