Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

A binary decision tree is a graph that uses a set of boolean tests {ti, t2,...tmj to classify a set of objects {xi, x2,... Vn)

image text in transcribedimage text in transcribed

A binary decision tree is a graph that uses a set of boolean tests {ti, t2,...tmj to classify a set of objects {xi, x2,... Vn) into correct categories. Each object has a corresponding boolean value for each test as well as a correct classification. For example, suppose our objects are mushrooms and we want to tell whether or not they are poisonous. We have the following set of mushrooms: Mushroom Spotted |Yellow Smelly Poisonous T1 Yes Yes Yes Yes T3 T4 T7 T8 Yes We have the following three tests: {isSpotted, isYellow, isSmellyj and the following two cate- gories: {Poisonous, Not Poisonous}. We can use these and our observations to construct the following tree: isSpotted Yes isSmelly isYellouw Y es es Poisonous sr ellow Poisonous Not Poisonous es Poisonous Not Poisonous A binary decision tree is a graph that uses a set of boolean tests {ti, t2,...tmj to classify a set of objects {xi, x2,... Vn) into correct categories. Each object has a corresponding boolean value for each test as well as a correct classification. For example, suppose our objects are mushrooms and we want to tell whether or not they are poisonous. We have the following set of mushrooms: Mushroom Spotted |Yellow Smelly Poisonous T1 Yes Yes Yes Yes T3 T4 T7 T8 Yes We have the following three tests: {isSpotted, isYellow, isSmellyj and the following two cate- gories: {Poisonous, Not Poisonous}. We can use these and our observations to construct the following tree: isSpotted Yes isSmelly isYellouw Y es es Poisonous sr ellow Poisonous Not Poisonous es Poisonous Not Poisonous

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions