Computer Science, asked by anitakoushale, 6 months ago

What is decision tree? Draw a structure of decision tree​

Answers

Answered by manidubey1989
4

Answer:

A decision tree is a flowchart-like structure in which each internal node represents a "test" on an attribute (e.g. whether a coin flip comes up heads or tails), each branch represents the outcome of the test, and each leaf node represents a class label (decision taken after computing all attributes).

Similar questions