1.

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

Answer»

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.


Discussion

No Comment Found