🧠 Decision‑Tree

A Java application that evaluates Excel data and builds
a decision tree classifier.

📋 Description

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.

✨ Features

🛠️ Installation & Usage

  1. Clone the repo: git clone https://github.com/Bilguun04/Decision-Tree.git
  2. Open the project in your Java IDE (e.g., IntelliJ or Eclipse).
  3. Ensure Apache POI or similar Excel-reading library is added to the classpath.
  4. Run the main class, passing the path to your Excel dataset as an argument.

📄 License

Distributed under the MIT License. See LICENSE in the repository for details.