Decision Tree Algorithm in Data Mining

A decision tree is a computer-intensive statistical method for categorizing items including such things as people, businesses, websites or anything else based upon variables. It is especially useful when there are a large number of variables, which may interact statistically.

  1. Growing a Tree

    • A decision tree begins with all the subjects in one group. The program then goes through every possible division of each variable, to find the best way to split the node into two nodes. Each of those nodes is then split again and so on, until the criteria for stopping are met. These criteria can be set by the user and includes such things as size of a node, purity of a node, size of child nodes and other criteria.

    Pruning a Tree

    • Research shows that it is better to grow a large tree and then prune it. Various methods of pruning exist, but all are based on the idea of getting a tree that is stable; one which works not just with the sample you have, but on other samples as well.

    Cross-validating a Tree

    • Ideally, you will have enough data to grow and prune a tree on part of your data and then test it on another part of your data. If this is not possible, there are other methods of cross-validating trees.

    Benefits

    • One benefit to decision trees is that the output is easy to explain to people without statistical training. Another benefit is that they allow you to look at interactions that occur in only some parts of the data.

Related Searches:

References

Comments

You May Also Like

  • Decision Tree Definition

    Decision trees are are graphs people use to see all the possible outcomes of a decision. Also called "tree diagrams," they help...

  • What is the Alternating Decision Tree Learning Algorithm?

    The alternating decision tree learning algorithm is an advanced decision tree learning algorithm that uses boosting to gain precision. This type of...

  • How to Use Data-Mining Algorithms

    Data mining is a growing trend. All of the hardware and software needed has been developing quickly over the last few decades....

  • How to Build a Decision Tree Database

    Decision trees are the subject of intense academic study within the fields of operations research and computer science. While not necessarily the...

  • Decision Tree Rules

    Decision Tree Rules. A decision tree, or flow chart, is used to explore options and map out probabilities and expected outcomes. The...

  • What Are the Weaknesses of a Decision-tree Analysis?

    A decision tree is a classifying tool used by management in an organization to make a decision. Using decision-tree analysis, a manager...

  • Decision Tree Method

    Decision tree method is an analytical approach to making decisions, especially those that have the potential to be risky or costly. The...

  • Decision Tree Resources

    Decision Tree Resources. A decision trees is a diagrammatic tool used to make business decisions. Decision trees are particularly effective when the...

  • The Disadvantages of a Decision Tree

    The Disadvantages of a Decision Tree. Decision trees are a graphical representation of different opportunities or decisions a business owner or manager...

  • Advantages & Disadvantages of Decision Trees

    Advantages & Disadvantages of Decision Trees. Decision trees are diagrams that attempt to display the range of possible outcomes and subsequent decisions...

  • Credit Scoring Using Data Mining Techniques

    Credit scoring involves evaluating the likelihood that a borrower will repay a loan. This evaluation assumes that a lender or credit bureau...

  • The Role of Management Information Systems in Decision Making

    The quality of managerial decision-making depends directly on the quality of available information. According to the article "Management Information Systems and Its...

  • About Coal Mining Antiques

    Throughout history, coal mining has evolved from harsh underground mining to safer, above-ground operations. While modern coal mining is done in large,...

  • Airport Emergency Training

    Airport personnel must be able to cope with a variety of emergencies. Many situations, from airport security breaches to emergency landings, require...

  • Decision Tree Training

    Economic or managerial analysis typically involves the use of decision making tools. One common tool is the decision tree, which involves detailing...

  • Decision Tree Techniques

    Decision Tree Techniques. Decisions trees provide a method of accessing several different courses of action. These techniques help you understand the possibilities...

  • How to Create a Plan Using the Decision Tree Method

    Making the right decisions can be critical in many situations, especially when it comes to business. The decision-making process is not always...

  • What Is the Decision Tree for a Mental Disorder?

    Decision trees are tools that are used in a variety of different settings to organize and break down clusters of data. Using...

Related Ads

Featured