Computer Science, asked by ManAgam40471, 1 year ago

What information should be placed on a decision tree?

Answers

Answered by ShadowLucifer
4
A decision tree is a decision support tool that uses a tree-like graph or model of decisions and their possible consequences, including chance event outcomes, resource costs, and utility. It is one way to display an algorithmthat only contains conditional control statements.

Decision trees are commonly used in operations research, specifically in decision analysis, to help identify a strategy most likely to reach a goal, but are also a popular tool in machine learning.

Similar questions