Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 434 Bytes

File metadata and controls

15 lines (10 loc) · 434 Bytes

CS 412 -- Assignment 3
Tianyi Wang

This project is implemented using Java, and it implements the Decision
Tree (C4.5) as the basic method for classification, and Random Forest
(RI) as the ensemble method.

To run the program:

java classification.DecisionTree train_file test_file
java classification.RandomForest train_file test_file

You can find the input files here:
http://archive.ics.uci.edu/ml/