Skip to content

thejoblessducks/A-Decison-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A-Decison-Tree

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

About

An ID3 Decision tree given in CVS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages