Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A binary decision tree is a graph that uses a set of boolean tests t1, t2, .. tm to classify a set of objects x1,

A binary decision tree is a graph that uses a set of boolean tests t1, t2, .. tm to classify a set of objects x1, x2, .. x3 into correct categories. Each object has 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:

image text in transcribed

image text in transcribed

Mushroom Spotted Yellow Smelly Poisonous T1 T2 T3 T4 T5 T7 T8 We have the following three tests: isSpotted, is Yellow, isSmelly and the following two cate- gories: Poisonous, Not Poisonous. We can use these and our observations to construct the following tree: is Spotted isSmelly isY ellow Poisonous isYellouw Poisonous Not Poison ous Poisonous Not Poisonous

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

SQL Database Programming

Authors: Chris Fehily

1st Edition

1937842312, 978-1937842314

More Books

Students also viewed these Databases questions