evalmftype {FuzzyR} | R Documentation |
To obtain the corresponding membership grade(s) for crisp input(s) x
evalmftype(x, mf.type, mf.params)
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 |
Membership grade(s)
Chao Chen
evalmftype(5, mf.type=gbellmf, mf.params=c(1,2,3))
evalmftype(1:10, mf.type=gbellmf, mf.params=c(1,2,3))