defuzzify: Defuzzification

Description Usage Arguments Details Value Note Author(s) Examples

Description

Given a list XX of polygonal fuzzy numbers the function defuzzifies all elements of the list and returns the vector of Steiner points (as weighting measure the Lebesgue measure on [0,1] is used).

Usage

1

Arguments

XX

...should be a list of polygonal fuzzy numbers (the function implicitly checks the conditions)

Details

See examples

Value

Given input XX in the correct format the function returns vector of Steiner points.

Note

In case you find (almost surely existing) bugs or have recommendations for improving the functions comments are welcome to the above mentioned mail addresses.

Author(s)

Wolfgang Trutschnig <wolfgang@trutschnig.net>, Asun Lubiano <lubiano@uniovi.es>

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#Example:
data(XX)
V<-translator(XX[[3]],50)
V2<-V
V2$x<-V$x/20
SS<-vector("list",length=150)
for (j in 1:150){
 SS[[j]]<-generator(V2,)
 }
a<-defuzzify(SS)
a

SAFD documentation built on July 3, 2019, 5:02 p.m.