The following table consists of training data from an employee database. The data have been generalized. For

Question:

The following table consists of training data from an employee database. The data have been generalized. For example, " 31 ... 35" for age represents the age range of 31 to 35 . For a given row entry, count represents the number of data tuples having the values for department, status, age, and salary given in that row.

department status age sales sales sales salary count senior 31...35 46K...50K 30 junior 26...30 26K...30K 40

Let status be the class label attribute.
a. How would you modify the basic decision tree algorithm to take into consideration the count of each generalized data tuple (i.e., of each row entry)?
b. Use your algorithm to construct a decision tree from the given data.
c. Given a data tuple having the values "systems," " 26302630," and "46-50K" for the attributes department, age, and salary, respectively, what would a naïve Bayesian classification of the status for the tuple be?

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question

Data Mining Concepts And Techniques

ISBN: 9780128117613

4th Edition

Authors: Jiawei Han, Jian Pei, Hanghang Tong

Question Posted: