ArticleslgStudy

computer science

Rough set

Rough set is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Rough set rather than just read about it. In short: In computer science, a rough set, first described by Polish computer scientist Zdzisław I. Pawlak, is a formal approximation of a crisp set (i.e., conventional set) in terms of a pair of sets which give the lower and the upper approximation of the original set.

Key takeaways

  • Rough set belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Rough set to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Rough set from memory before moving on to harder problems.

Reference excerpt

In computer science, a rough set, first described by Polish computer scientist Zdzisław I. Pawlak, is a formal approximation of a crisp set (i.e., conventional set) in terms of a pair of sets which give the lower and the upper approximation of the original set. In the standard version of rough set theory described in Pawlak (1991), the lower- and upper-approximation sets are crisp sets, but in other variations, the approximating sets may be fuzzy sets.

Definitions The following section contains an overview of the basic framework of rough set theory, as originally proposed by Zdzisław I. Pawlak, along with some of the key definitions. More formal properties and boundaries of rough sets can be found in Pawlak (1991) and cited references. The initial and basic theory of rough sets is sometimes referred to as "Pawlak Rough Sets" or "classical rough sets", as a means to distinguish it from more recent extensions and generalizations.

Information system framework Let I = ( U , A ) {\displaystyle I=(\mathbb {U} ,\mathbb {A} )} be an information system (attribute–value system), where U {\displaystyle \mathbb {U} } is a non-empty, finite set of objects (the universe) and A {\displaystyle \mathbb {A} } is a non-empty, finite set of attributes such that I : U → V a {\displaystyle I:\mathbb {U} \rightarrow V_{a}} for every a ∈ A {\displaystyle a\in \mathbb {A} } . V a {\displaystyle V_{a}} is the set of values that attribute a {\displaystyle a} may take. The information table assigns a value a ( x ) {\displaystyle a(x)} from V a {\displaystyle V_{a}} to each attribute a {\displaystyle a} and object x {\displaystyle x} in the universe U {\displaystyle \mathbb {U} } . With any P ⊆ A {\displaystyle P\subseteq \mathbb {A} } there is an associated equivalence relation I N D ( P ) {\displaystyle \mathrm {IND} (P)} :

I N D ( P ) = { ( x , y ) ∈ U 2 ∣ ∀ a ∈ P , a ( x ) = a ( y ) } {\displaystyle \mathrm {IND} (P)=\left\{(x,y)\in \mathbb {U} ^{2}\mid \forall a\in P,a(x)=a(y)\right\}}

The relation I N D ( P ) {\displaystyle \mathrm {IND} (P)} is called a P {\displaystyle P} -indiscernibility relation. The partition of U {\displaystyle \mathbb {U} } is a family of all equivalence classes of I N D ( P ) {\displaystyle \mathrm {IND} (P)} and is denoted by U / I N D ( P ) {\displaystyle \mathbb {U} /\mathrm {IND} (P)} (or U / P {\displaystyle \mathbb {U} /P} ). If ( x , y ) ∈ I N D ( P ) {\displaystyle (x,y)\in \mathrm {IND} (P)} , then x {\displaystyle x} and y {\displaystyle y} are indiscernible (or indistinguishable) by attributes from P {\displaystyle P} . The equivalence classes of the P {\displaystyle P} -indiscernibility relation are denoted [ x ] P {\displaystyle [x]_{P}} .

Example: equivalence-class structure For example, consider the following information table:

When the full set of attributes P = { P 1 , P 2 , P 3 , P 4 , P 5 } {\displaystyle P=\{P_{1},P_{2},P_{3},P_{4},P_{5}\}} is considered, we see that we have the following seven equivalence classes:

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Rough set

Start with the simplest possible case. Write down what Rough set claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Rough set before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Rough set ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Rough set

In research
Rough set appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Rough set in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Rough set is common in secondary-school and first-year university syllabi. It links to neighbouring topics Approximations, Systems of set theory, Theoretical computer science, so understanding it makes those chapters shorter.
In everyday life
Look for Rough set outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Rough set in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Rough set means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Rough set out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Rough set in simple terms?

In computer science, a rough set, first described by Polish computer scientist Zdzisław I. Pawlak, is a formal approximation of a crisp set (i.e., conventional set) in terms of a pair of sets which give the lower and the upper approximation of the original set.

Why does Rough set matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Rough set?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Rough set.

Tags

  • Approximations
  • Systems of set theory
  • Theoretical computer science

Keep exploring