Description Usage Arguments Value Author(s) Examples
To obtain the corresponding membership grade(s) for crisp input(s) x
1 | 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
1 2 | evalmftype(5, mf.type=gbellmf, mf.params=c(1,2,3))
evalmftype(1:10, mf.type=gbellmf, mf.params=c(1,2,3))
|
[1] 0.05882353
[,1]
[1,] 0.0588235294
[2,] 0.5000000000
[3,] 1.0000000000
[4,] 0.5000000000
[5,] 0.0588235294
[6,] 0.0121951220
[7,] 0.0038910506
[8,] 0.0015974441
[9,] 0.0007710100
[10,] 0.0004163197
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.