In order to run this application, you need to have JVM already installed on your computer. Consult the Java website to download the appropriate version for your computer.
Click the link/button provided and save the DecisionTreeBuilder.jnlp file to the desired location on your local computer. Double click the file and say yes to the security box that pops up.
Each time the application updates and this includes the first time you launch the application you need to wait for the update process before proceeding. You also need to allow the digital jar signature, so that, the application can access your local dataset file.
Before building a decision tree, you need to have a dataset. There are three options available to you:
OPTION 1: Loading a dataset file: Click the 'File'-'Open' menu, and choose your local dataset file. In order to use this option you need to have prepared your dataset file and have it saved on your PC in advance. If you want to make your own dataset file, use the format detailed below in the Format section of this page. Two sample datasets are available. By clicking the link below you can download them to your local computer.
OPTION 2: Importing a dataset from Excel: You can import an Excel 2003 (xls) file by clicking the 'File'-'Import from MS Excel file'. The same datasets provided in the first option can also be downloaded in Excel 2003 format.
The data that has been loaded from the previous step can be edited by using the table on the left side of the main window. The application will immediately update to reflect these changes. If you want to change the data structure, you can use Rich Editor by clicking 'Control'-'Edit with Rich Editor'.
On the 'Control' menu, you can decide whether to display calculated gain and which attribute computing measure you want to use. The default measure is: Gini gain display.
You can save the current data set shown in the table to your local file for future use.