This program creates a decision tree for any problem given in a CSV file, the problem can have both categorical and continuous values, however it does not support missing values.
The algorithm used to construct the decision tree is ID3 modified to accomodate continuous values.
You can use 2 Linux compatible files, Version1/ and Version2-GUI/ as the name sujests the second is a GUI version of the first.
You can run this programs in the command line, not howerver that you must not remove the CSV/ file in any of the versions, if you wish to build a decision tree with a dataset diferent from the one provided, please add your CSV file in the CSV/ folder.
For possible future updates, visit https://github.com/eamorgado/DecisionTree.git