Decision Tree Analysis

Decision Tree Analysis is a data mining technique used to model and analyze decisions made by creating a tree-like graph of decisions and their possible consequences. It is a predictive modeling tool that is used to visually and explicitly represent decisions and decision making. In this technique, each internal node represents a test on an attribute, each branch represents an outcome of the test, and each leaf node represents a class label or a decision. By following the branches of the tree, one can determine the final outcome or decision based on the given input variables.




Related Categories

Decision Tree Analysis