A Java application that evaluates Excel data and builds
a decision tree classifier.
This Java program reads data from an Excel file and constructs a decision tree classifier. It enables data-driven decision-making using a structured hierarchy of splits based on attribute values.
git clone https://github.com/Bilguun04/Decision-Tree.git
Distributed under the MIT License. See
LICENSE
in the repository for details.