InterviewSolution
Saved Bookmarks
| 1. |
What takes input as an object described by a set of attributes?(a) Tree(b) Graph(c) Decision graph(d) Decision treeI have been asked this question by my school teacher while I was bunking the class.This is a very interesting question from Learning topic in portion Learning of Artificial Intelligence |
|
Answer» RIGHT answer is (d) Decision tree The explanation is: Decision tree takes input as an object DESCRIBED by a SET of attributes and returns a decision. |
|