
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A homework assignment for a graduate-level course in eecs 839 (fall 2008) focused on decision tables and rough sets. The assignment includes various tasks such as determining certain and possible rules using lower and upper approximations and the lem2 algorithm, showing an example of a decision table with specific properties, and computing blocks, characteristic sets, and approximations for a given decision table.
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

due: October 7, 2008
40 pts. 1. For the following decision table
Attributes Decision
Wind Humidity Temperature Trip
1 low high low no 2 low high low yes 3 low low high yes 4 low high high yes 5 high high low no 6 high low high no 7 high low high no
using lower and upper approximations and the LEM2 algorithm determine (a) a set of certain rules, (b) a set of possible rules for both concepts: (Trip, no) and (Trip, yes).
20 pts. 2. Show an example of a decision table with four examples, with one attribute
a and two subsets X and Y of the set U of all examples such that
A ( X ∩ Y ), where A = { a }. Show your work.
Attributes Decision
Wind Humidity Temperature Trip
1? high low no 2 low * – yes 3 * low? yes 4 low – high yes 5 high high low no 6 – low? no 7 high low high no
compute 10 pts. (a) all blocks of attribute-value pairs, 5 pts. (b) characteristic sets for A = {Wind, Humidity, Temperature}, 15 pts. (c) all singleton A -lower and A -upper approximations, check whether all singleton A -lower and A -upper approximations are locally A -definable, 5 pts. (d) all subset A -lower and A -upper approximations, 5 pts. (e) all concept A -lower and A -upper approximations.