Computer Science, asked by supreetwarraich6498, 8 months ago

If we convert a decision tree to a set of logical rules, then: A. the internal nodes in a branch are connected by AND and the branches by AND B. the internal nodes in a branch are connected by OR and the branches by OR C. the internal nodes in a branch are connected by AND and the branches by OR D. the internal nodes in a branch are connected by OR and the branches by AND

Answers

Answered by Joshuadj
0

Answer:A

Explanation:

Answered by AditiHegde
1

If we convert a decision tree to a set of logical rules, then: C. the internal nodes in a branch are connected by AND and the branches by OR is correct.

  • The internal nodes of a decision tree represent the main condition of the logical tree.  
  • The branches of a decision tree denote the subsequent conditions of the logic tree.
  • AND gate is used by the internal nodes to test the conditions and return true only if both the conditions are true.
  • OR gate is used by the branches to return true if any one of the condition is true.
Similar questions