+1 vote
in Artificial Intelligence by
How the decision tree reaches its decision?

(a) Single test

(b) Two test

(c) Sequence of test

(d) No test

This question was addressed to me in an internship interview.

This interesting question is from Learning topic in portion Learning of Artificial Intelligence

Select the correct answer from above options

Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience

1 Answer

0 votes
by
Correct answer is (c) Sequence of test

Explanation: A decision tree reaches its decision by performing a sequence of tests.
...