Skip to content

A classifier using decision tree and random forrest algorithms, implemented using Java, for my data mining class.

Notifications You must be signed in to change notification settings

wang103/DecisionTreeClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

A classifier using decision tree and random forrest algorithms, implemented using Java, for my data mining class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages