InterviewSolution
Saved Bookmarks
| 1. |
What is Decision Tree?(a) Flow-Chart(b) Structure in which internal node represents test on an attribute, each branch represents outcome of test and each leaf node represents class label(c) Flow-Chart & Structure in which internal node represents test on an attribute, each branch represents outcome of test and each leaf node represents class label(d) None of the mentionedThis question was addressed to me in an online quiz.This is a very interesting question from Decision Trees topic in chapter Learning of Artificial Intelligence |
|
Answer» The correct CHOICE is (C) Flow-Chart & Structure in which internal node represents test on an attribute, each branch represents OUTCOME of test and each leaf node represents CLASS label |
|