Suppose we have the following decision tree to classify the iris data. Now we have a new sample with sepal length = 6cm, sepal width = 3cm, petal length = 5.5 cm, petal width = 1 cm. What is the predicted class of this sample? petal width (cm) <= 0.8 gini = 0.665 samples = 90 value = [27, 31, 32] class = virginica False True gini = 0.0 samples = 27 value = [27, 0, 0] class = setosa petal width (cm) <= 1.75 gini = 0.5 samples = 63 value = [0, 31, 32] class = virginica petal length (cm) <= 5.35 gini = 0.208 samples = 34 value = [0, 30, 4] class = versicolor petal length (cm) <= 4.85 gini = 0.067 samples = 29 value = [0, 1, 28] class = virginica sepal length (cm) <= 4.95 gini = 0.117 samples = 32 value = [0, 30, 2] class = versicolor gini = 0.0 samples = 2 value = [0, 0, 2] class = virginica sepal length (cm) <= 5.95 gini = 0.444 samples = 3 value = [0, 1, 2] class = virginica gini = 0.0 samples = 26 value = [0, 0, 26] class = virginica petal length (cm) <= 3.9 gini = 0.5 samples = 2 value = [0, 1, 1] class = versicolor sepal width (cm) <= 2.25 gini = 0.064 samples = 30 value = [0, 29, 1] class = versicolor gini = 0.0 samples = 1 value = [0, 1, 0] class = versicolor gini = 0.0 samples = 2 value = [0, 0, 2] class = virginica gini = 0.0 samples = 1 value = [0, 1, 0] class = versicolor gini = 0.0 samples = 1 value = [0, 0, 1] class = virginica gini = 0.5 samples = 2 value = [0, 1, 1] class = versicolor gini = 0.0 samples = 28 value = [0, 28, 0] class = versicolor versicolor virginica setosa
Suppose we have the following decision tree to classify the iris data. Now we have a new sample with sepal length = 6cm, sepal width = 3cm, petal length = 5.5 cm, petal width = 1 cm. What is the predicted class of this sample? petal width (cm) <= 0.8 gini = 0.665 samples = 90 value = [27, 31, 32] class = virginica False True gini = 0.0 samples = 27 value = [27, 0, 0] class = setosa petal width (cm) <= 1.75 gini = 0.5 samples = 63 value = [0, 31, 32] class = virginica petal length (cm) <= 5.35 gini = 0.208 samples = 34 value = [0, 30, 4] class = versicolor petal length (cm) <= 4.85 gini = 0.067 samples = 29 value = [0, 1, 28] class = virginica sepal length (cm) <= 4.95 gini = 0.117 samples = 32 value = [0, 30, 2] class = versicolor gini = 0.0 samples = 2 value = [0, 0, 2] class = virginica sepal length (cm) <= 5.95 gini = 0.444 samples = 3 value = [0, 1, 2] class = virginica gini = 0.0 samples = 26 value = [0, 0, 26] class = virginica petal length (cm) <= 3.9 gini = 0.5 samples = 2 value = [0, 1, 1] class = versicolor sepal width (cm) <= 2.25 gini = 0.064 samples = 30 value = [0, 29, 1] class = versicolor gini = 0.0 samples = 1 value = [0, 1, 0] class = versicolor gini = 0.0 samples = 2 value = [0, 0, 2] class = virginica gini = 0.0 samples = 1 value = [0, 1, 0] class = versicolor gini = 0.0 samples = 1 value = [0, 0, 1] class = virginica gini = 0.5 samples = 2 value = [0, 1, 1] class = versicolor gini = 0.0 samples = 28 value = [0, 28, 0] class = versicolor versicolor virginica setosa
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
100%
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 2 steps
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education