Tue 6 Dec 2005
Decision trees are one of the most widely used and practical forms of machine learning and data mining. They have been widely researched and applied to a large variety of data mining problems. (Decision trees are also known as Classification Trees or Regression Trees based on whether the classification is being done on real values or on categorical variables.)

Trees are used to predict the membership of new cases into existing classes based on some information. As an example, the classification of a new loan applicant into risk-based categories can give a bank an idea of how the applicant is likely to perform on his/her loan. The bank can use this information to approve/reject the loan, and/or to price the loan based on risk. (Riskier applicants get more expensive loans).
A simple Decision Tree to predict attendance at a Golf CLub based on the weather can be found at Wikipedia::Decision Trees
Decision tree models are built by a process that is known as recursive partitioning. Click here for a more detailed explanation of the process.
February 28th, 2007 at 6:40 am
Hi
Can DecisionStudio be used to build decision trees, like TreeAge or similar tools?
If not, do you know of any open source equivalent of TreeAge?
February 28th, 2007 at 12:10 pm
Yes. One of the key components of DecisionStudio Professional is the R Project for Statistical Computing which has extensive support for various types of Decision Trees.
If you haven’t tried your hand at R yet, you should do so. It is one of the most amazing platforms that has come out in the last few years. Based on an original design by AT&T (the same guys who designed C and Unix), R is a full fledged object oriented language with probably the largest set of statistical libraries.
You can explore more about R at http://r-project.org, and can also download it as part of DecisionStudio Professional at https://sourceforge.net/projects/ds-professional