Skip to main content
. 2019 Aug 16;5(8):71. doi: 10.3390/jimaging5080071
Algorithm 1: Sugeno integral algorithm.
Input:n represents the sources number; {x1, x2, …, xn} denotes the information and the fuzzy densities of the information sources are M1, M2, …, Mn ∈ (0,1).
Output: Sugeno integral h(σ(x1), σ(x2), …, σ(xn)).
1: Estimate λ using the equation
f(λ)={i=1n(1+Mi(xi)λ)}(1+λ)
2: The variable xi must be fuzzify using.
Di={(x,μDi(x))|x ϵ X}, μ{Di}(x)[0,1]
3: Reordered with base on D(xi) all the Mi in descending order.
4: Determine the FM for all Di using Equation (4).
5: Calculate Sugeno integral with Equation (7).
6: OUTPUT Sugeno integral.