Type-1 OWA operators

From testwiki
Jump to navigation Jump to search

Template:Short description Type-1 OWA operatorsTemplate:R are a set of aggregation operators that generalise the Yager's OWA (ordered weighted averaging) operators)Template:R in the interest of aggregating fuzzy sets rather than crisp values in soft decision making and data mining.

These operators provide a mathematical technique for directly aggregating uncertain information with uncertain weights via OWA mechanism in soft decision making and data mining, where these uncertain objects are modelled by fuzzy sets.

The two definitions for type-1 OWA operators are based on Zadeh's Extension Principle and α-cuts of fuzzy sets. The two definitions lead to equivalent results.

Definitions

Definition 1

Let F(X) be the set of fuzzy sets with domain of discourse X, a type-1 OWA operator is defined as follows:Template:R

Given n linguistic weights {Wi}i=1n in the form of fuzzy sets defined on the domain of discourse U=[0,1], a type-1 OWA operator is a mapping, Φ,

Φ:F(X)××F(X)F(X)
(A1,,An)Y

such that

μY(y)=supk=1nw¯iaσ(i)=y(μW1(w1)μWn(wn)μA1(a1)μAn(an))

where w¯i=wii=1nwi, and σ:{1,,n}{1,,n} is a permutation function such that aσ(i)aσ(i+1), i=1,,n1, i.e., aσ(i) is the ith highest element in the set {a1,,an}.

Definition 2

Using the alpha-cuts of fuzzy sets:Template:R

Given the n linguistic weights {Wi}i=1n in the form of fuzzy sets defined on the domain of discourse U=[0,1], then for each α[0,1], an α-level type-1 OWA operator with α-level sets {Wαi}i=1n to aggregate the α-cuts of fuzzy sets {Ai}i=1n is:

Φα(Aα1,,Aαn)={i=1nwiaσ(i)i=1nwi|wiWαi,aiAαi,i=1,,n}

where Wαi={w|μWi(w)α},Aαi={x|μAi(x)α}, and σ:{1,,n}{1,,n} is a permutation function such that aσ(i)aσ(i+1),i=1,,n1, i.e., aσ(i) is the ith largest element in the set {a1,,an}.

Representation theorem of Type-1 OWA operators

Given the n linguistic weights {Wi}i=1n in the form of fuzzy sets defined on the domain of discourse U=[0,1], and the fuzzy sets A1,,An, then we have thatTemplate:R

Y=G

where Y is the aggregation result obtained by Definition 1, and G is the result obtained by in Definition 2.

Programming problems for Type-1 OWA operators

According to the Representation Theorem of Type-1 OWA Operators, a general type-1 OWA operator can be decomposed into a series of α-level type-1 OWA operators. In practice, this series of α-level type-1 OWA operators is used to construct the resulting aggregation fuzzy set. So we only need to compute the left end-points and right end-points of the intervals Φα(Aα1,,Aαn). Then, the resulting aggregation fuzzy set is constructed with the membership function as follows:

μG(x)=α:xΦα(Aα1,,Aαn)αα

For the left end-points, we need to solve the following programming problem:

Φα(Aα1,,Aαn)=minWαiwiWα+iAαiaiAα+ii=1nwiaσ(i)/i=1nwi

while for the right end-points, we need to solve the following programming problem:

Φα(Aα1,,Aαn)+=maxWαiwiWα+iAαiaiAα+ii=1nwiaσ(i)/i=1nwi

A fast method has been presented to solve two programming problem so that the type-1 OWA aggregation operation can be performed efficiently, for details, please see the paper.Template:R

Alpha-level approach to Type-1 OWA operation

Three-step process:Template:R

  • Step 1—To set up the α- level resolution in [0, 1].
  • Step 2—For each α[0,1],
  • Step 2.1—To calculate ρα+i0
  1. Let i0=1;
  2. If ρα+i0Aα+σ(i0), stop, ρα+i0 is the solution; otherwise go to Step 2.1-3.
  3. i0i0+1, go to Step 2.1-2.
  • Step 2.2 To calculateραi0
  1. Let i0=1;
  2. If ραi0Aασ(i0), stop, ραi0 is the solution; otherwise go to Step 2.2-3.
  3. i0i0+1, go to step Step 2.2-2.
  • Step 3—To construct the aggregation resulting fuzzy set G based on all the available intervals [ραi0,ρα+i0]:
μG(x)=α:x[ραi0,ρα+i0]α

Some Examples

  • The type-1 OWA operator with the weights shown in the top figure is used to aggregate the fuzzy sets (solide lines) in the bottom figure, and the dashed line is the aggregation result.

Special cases

  • Any OWA operators, like maximum, minimum, mean operators;[1]
  • Join operators of (type-1) fuzzy sets,Template:R i.e., fuzzy maximum operators;
  • Meet operators of (type-1) fuzzy sets,Template:R i.e., fuzzy minimum operators;
  • Join-like operators of (type-1) fuzzy sets;Template:R
  • Meet-like operators of (type-1) fuzzy sets.Template:R

Generalizations

Type-2 OWA operatorsTemplate:R have been suggested to aggregate the type-2 fuzzy sets for soft decision making.

Applications

Type-1 OWA operators have been applied to different domains for soft decision making.

References

Template:Reflist

  1. Cite error: Invalid <ref> tag; no text was provided for refs named yagerOWA