207k views
2 votes
In order to make a decision utilizing a decision tree, you must:___________.a. start at the most distant point in time and work backwards to Time 0.b. begin at Time 0 and work towards the most distant point in time.c. start at the top of the tree and work vertically downward to the very bottom.d. start at the middle of the tree and work both upwards and downwards simultaneously.e. concentrate only on the limbs with the highest probability of occurrence levels.

1 Answer

5 votes

Answer:

In order to make a decision utilizing a decision tree, you must:___________

b. begin at Time 0 and work towards the most distant point in time.

Step-by-step explanation:

Decision trees are built up by starting from the present with the overarching objective (goal) in mind. Then, one classifies the information along various branches and leaf nodes, with each branch representing the outcome of an alternative route or a question answered based on the likelihood of the event happening. Each leaf node represents a class label (decision taken after computing all attributes). This structure can be used to predict likely values of data attributes.

User Mazlor
by
5.9k points