Skip to content

charlottelinxue/C4.5-Decision-Tree-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

C4.5 Decision Tree Implementation

  1. Team Name: Team 5 CMU Supernova
  2. Team Members: Xue Lin, Xiaodong Zhou, Jiayi Zhu, Lei Wang
  3. Project Description: Implementation of C4.5 Decision Tree
  4. How to run the main script: (1) First, let the current directory of terminal be THE DIRECTORY OF the jar file ON YOUR COMPUTER (2) Next, type command line: java -jar C45Team5.jar <TRAINING_DATA_PATH> For example: java -jar C45Team5.jar /Users/Charlotte/Desktop/Data/trainProdSelection.arff (3) Then, it will show guide lines of what to do next.
  5. References material: Mitchell, T., Machine Learning.
  6. Youtube link: https://www.youtube.com/watch?v=aOF4U_E4B7Q&feature=youtu.be

About

C4.5 Decision Tree Implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages