Question
1. Consider a binary classification problem with the following set of attributes and attribute values: o Air Conditioner : {Working, Broken} o Engine : {Good,
1. Consider a binary classification problem with the following set of attributes and
attribute values:
o Air Conditioner : {Working, Broken}
o Engine : {Good, Bad}
o Mileage : {High, Medium, Low}
o Rust : {yes, No}
Suppose a rule-based classifier produces the following rule set:
(a) Are the rules mutually exclustive?
(b )Is the rule set exhaustive?
(c) Is ordering needed for this set of rules?
(d) Do you need a default class for the rule set?
NOTE: Use Python to compute any calculation (if required). This exercise is from Chapter 5, Section 5.10, page 315 from the book Introduction to Data Mining by PANG NING TAN and MICHAEL STEINBACH.
Mileage = High - Value = Low Mileage = Low --> Value = High Air Conditioner = Working, Engine = Good -- Value = High Air Conditioner = Working, Engine = Bad Value = Low Air Conditioner = Broken -- Value = LowStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started