
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
Instructions for checking whether a given rule set was induced by the lem2 algorithm from a decision table in eecs 839 fall 2008 homework assignment. The document also requires inducing the rule set by the lem2 algorithm and checking the minimality and redundancy of each rule and concept.
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

due: September 16, 2008
30 pts. 1. For the following decision table
Attributes Decision
Age Hypertension Complications Delivery
1 20..29 no none fullterm 2 20..29 yes obesity preterm 3 20..29 yes none preterm 4 20..29 no none fullterm 5 30..39 yes none fullterm 6 30..39 yes alcoholism preterm 7 40..50 no none fullterm
and the following rule set
(Hypertension, no) - > (Delivery, fullterm) (Age, 40..50) -> (Delivery, fullterm) (Age, 20..29) & (Hypertension, yes) -> (Deliver, preterm) (Hypertension, yes) & (Complications, alcoholism) -> (Delivery, preterm)
check whether this rule set was induced by the LEM2 algorithm from the decision table. (If not, list all reasons. For example, a rule does not correspond to a minimal complex, a rule set describing a concept does not correspond to a local covering).
70 pts. 2. For the decision table from Problem 1 induce the rule set by the LEM algorithm. In particular, for every rule check if it is minimal. For every concept check if any rule is redundant.