upload_file($upload_dir, 'csv_file', 'csv_file.csv'); //make decision tree object to manage data manipulation $decision_tree = new decision_tree_class(); //parse the csv file and store the data into corresponding arrays and matrix $decision_tree->get_csv_data(); $decision_tree->calculate_info_gain(); //build the decision tree $decision_tree->build_decision_tree(); } ?> Iron Lasso Enterprises - Descision Tree Learning Algorithm
Project Documents

ReadMe.txt | Answers.pdf

Project Source Code

index.php : uploads file, and displays results
decision_tree_class.php builds decision tree object and processes data






Machine Learning Decision Tree

print_decision_tree(); } ?>

IronLasso.com - LorenzoGangi.com