Given a fuzzy set, find the level set

3.7k Views Asked by At

If you are give a fuzzy set

$A = \frac{0.1}{x_{1}}+ \frac{0.3}{x_{2}} + \frac{0.6}{x_{3}} + \frac{1}{x_{4}}$

How do you find the level set?

1

There are 1 best solutions below

0
On

For any $a\in L$, an $a$-level set is a subset of $X$ defined as $X_a:=\{x\in X: A(x)\geq a\}$, where $A(x)\in L$ denotes the membership value of $x$ in your fuzzy set $A$. In your case (assuming here $L=[0,1]$), you would have, for example: $X_{0.2}=\{x_2,x_3,x_4\}$ and $X_{0.5}=\{x_3,x_4\}$. You can do this for any value in the unit interval. What will $X_0$ always be equal to?