Decision Tree
DECISION TREE:-
A Decision tree is a diagrammatic
representation of the decision-making
process and has a tree-like structure. Each
internal node in the decision tree denotes a
question on choosing a particular class. Every branch represents the outcome of the
test, and each leaf node holds a class label. It is divided into two main categories:-
1) Classification Trees
2) Regression Trees
Comments
Post a Comment