gbell.fuzzification {FuzzyR}R Documentation

Generalised bell fuzzification

Description

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

Usage

gbell.fuzzification(x, mf.params)

Arguments

x

the crisp input, which will be the parameter c for a generalised bell membership function

mf.params

the parameters c(a, b) or c(a, b, h) for a generalised bell membership function

Value

The gbell MF centred at the crisp point x

Author(s)

Chao Chen

Examples

mf <- gbell.fuzzification(3, c(1,2))
# This is the same as:
mf <- genmf('gbellmf', c(1,2,3))

evalmf(1:10, mf)

[Package FuzzyR version 2.3.2 Index]