An implementation of the ID3 Decision Tree algorithm in Java from scratch.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
336 B

4 years ago
  1. An implementation of the ID3 Decision Tree algorithm in Java from scratch.
  2. The application reads data from a mysql database. The algorithm can be run on said data with the click of a button. <br>
  3. There's also a panel which can be use to run predictions using the created model and supplied test data.
  4. Comes with a GUI made with Swing.