singleton.fuzzification {FuzzyR}R Documentation

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

Author(s)

Chao Chen

Examples

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

[Package FuzzyR version 2.3.2 Index]