evalmftype {FuzzyR}R Documentation

Evaluate fuzzy membership function with membership function type and parameters

Description

To obtain the corresponding membership grade(s) for crisp input(s) x

Usage

evalmftype(x, mf.type, mf.params)

Arguments

x

A generic element of U, which is the universe of discourse for a fuzzy set

mf.type

The member function type

mf.params

The parameters for a member function

Value

Membership grade(s)

Author(s)

Chao Chen

Examples

evalmftype(5, mf.type=gbellmf, mf.params=c(1,2,3))
evalmftype(1:10, mf.type=gbellmf, mf.params=c(1,2,3))

[Package FuzzyR version 2.3.2 Index]