antonmdv / DecisonClassificationTree

Custom Java Implementation of ID3 data mining algorithm - Decision Classification Tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decison Classification Tree


Please see *Final Report* and *Final Presentation* for details

Analysis of Algorithms project


  1. Anton Medvedev
  2. Brian Ewanyk
  3. Adam Hill

Run Algorithm.java, preferably with an IDE.

The files that this program uses are hard-coded into Algorithm.java

  • for train set check line 42
  • for test set check line 69

    • You must change the string value in the File constructor to change the file being used

About

Custom Java Implementation of ID3 data mining algorithm - Decision Classification Tree


Languages

Language:Java 100.0%