From 9c23884190965f000b297fb0e9996c7369b9ec6f Mon Sep 17 00:00:00 2001 From: nova Date: Sat, 11 Jul 2020 12:31:27 +0000 Subject: [PATCH] Added Readme --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..1817b89 --- /dev/null +++ b/Readme.md @@ -0,0 +1,6 @@ +An implementation of the ID3 Decision Tree algorithm in Java from scratch. + +The application reads data from a mysql database. The algorithm can be run on said data with the click of a button.
+There's also a panel which can be use to run predictions using the created model and supplied test data. + +Comes with a GUI made with Swing. \ No newline at end of file