Question

In: Computer Science

Which best describes how a decision tree performs classification on a given example? A) Starting at...

Which best describes how a decision tree performs classification on a given example?

A) Starting at root, evaluate the binary decision to determine which tree branch to go to next. Stop when leaf node is reached.

B) Starting at root, select the tree branch that maximizes information gain. Stop when lead node is reached.

C) Starting at root, evaluate the binary decision to determine which tree branch to go to next. Stop when entropy is 0.

D) Starting at root, evaluate the binary decision to determine which tree branch to go to next. Stop when entropy is 1.

Solutions

Expert Solution

Correct options are (A) and (C), explanation for each option is given below :

Option (A) : Starting at root, evaluate the binary decision to determine which tree branch to go to next. Stop when leaf node is reached.

EXPLANATION :

  • This is correct since it perfectly describe how a decision tree performs classification on a given example,Actually the decision tree starts from the root and also evaluates the binary decision to determine which tree branch go to next.
  • The stopping decision is taken based on the entropy and it stops when the entropy is 0, i.e when leaf node is reached.

Option(B) : Starting at root, select the tree branch that maximizes information gain. Stop when lead node is reached.

EXPLANATION :

  • This is incorrect since Decision tree tree is a top-down tree not the bottom-up tree ,Basically a decision tree starts from the root and evaluates the binary decision to determine which tree branch go to next.
  • The stopping decision is taken based on the entropy or the probability and it stops when the entropy is 0, i.e when leaf node is reached, not when the lead node is reached.

Option (C) : Starting at root, evaluate the binary decision to determine which tree branch to go to next. Stop when entropy is 0.

EXPLANATION :

  • This option is also correct as it says the same argument as stated in option A but in different manner,Actually the decision tree begins with the root node and computes the expression of the conditions in the binary form to determine which tree branch go to next.
  • The stopping decision is taken based on the entropy and ends when the entropy is Zero.

Option (D) : Starting at root, evaluate the binary decision to determine which tree branch to go to next. Stop when entropy is 1.

EXPLANATION :

  • This option is wrong since its argument is just opposite as that of the definition of the decision tree and also it does not comply with the rules of operation of the decision tree.
  • The decision tree starts from the root and evaluates the expression of the conditions in the binary form to determine which tree branch go to next.
  • The stopping decision is taken based on the entropy and it stops when the entropy is Zero.But in this option it is stated that it stops when the entropy is 1 .

So,both the options , (A) and (C) are correct in the given circumstances.


Related Solutions

Regression Trees​ Explain how classification trees works. Given a classification tree, state the classification rule for...
Regression Trees​ Explain how classification trees works. Given a classification tree, state the classification rule for a particular leaf. List the two measures of impurities that were covered in class. Why do we prune trees? What are the advantages of single classification trees? The weaknesses?
1. Which of the following best describes a success scenario? - A statement that describes how...
1. Which of the following best describes a success scenario? - A statement that describes how certain decisions lead to success -A statement that defines what it means for the system to perform as intended   -A statement of what could go wrong within a system -A statement of who, what, when, where and how a system would fail 2. Which of the following variable types represent measurable properties of a system itself? -Input Variables -Output Variables -Exogenous Variables    -State Variables...
Apply the classification algorithm to the following set of data records. Draw a decision tree. The...
Apply the classification algorithm to the following set of data records. Draw a decision tree. The class attribute is Repeat Customer. RID Age City Gender Education Repeat Customer 101 20..30 NY F College YES 102 20..30 SF M Graduate YES 103 31..40 NY F College YES 104 51..60 NY F College NO 105 31..40 LA M High school NO 106 41..50 NY F College YES 107 41..50 NY F Graduate YES 108 20..30 LA M College YES 109 20..30 NY...
Can you provide an example on how a decision tree might be used in practice?
Can you provide an example on how a decision tree might be used in practice?
in a decision tree, decision nodes are the nodes in which uncertainty is involved that is...
in a decision tree, decision nodes are the nodes in which uncertainty is involved that is out of the control of the decision maker. do you agree with the statement? explain with examples. projects may vary with the amount of leverage they will support. for example, acquisitions of real estate or capital equipment are often highly levered , whereas investments in intellectual property are not. do you agree with this statement. explain with examples.
Which of the following best describes ribosomes?
Which of the following best describes ribosomes? Hollow cytoskeletal elements that act as organizers for the cytoskeleton, especially in cell division Contain digestive enzymes to breakdown non-functional organelles and foreign bodies that enter the cell The site of protein synthesis. Dense spherical body in the nucleus which are the synthesis site for ribosomal RNA and ribosomal subunits Houses all genetic material for the cell including DNA and RNA.
Which of the following best describes active surveillance?
Which of the following best describes active surveillance?
Which of the following best describes cis-transisomers?
Which of the following best describes cis-transisomers?They are mirror imagesThey have variations in arrangements around carbon carbon double bondsThey have different molecular formulasThey have the same chemical propertiesNone of the above
Which one of the following best describes a broker?
Which one of the following best describes a broker?A.intermediary who arranges trades between a buyer and a sellerB.trader who buys and sells from his or her inventoryC.firm which charges a commission for arranging a transactionD.person who buys securities for his or her own account on an exchange floorE.trader who transacts business on behalf of a securities issuer
Which of the following best describes how to account for the difference between a company's financial...
Which of the following best describes how to account for the difference between a company's financial income and taxable income, under generally accepted accounting principles? Computation of deferred income tax based on temporary and permanent differences. Computation of deferred income tax based on permanent differences. Computation of income tax expense based on taxable income. Computation of deferred tax assets and liabilities based on temporary differences.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT