rmodi6 / linear-discriminant-trees

Linear Discriminant Decision Tree classifier implemented in Python

Repository from Github https://github.comrmodi6/linear-discriminant-treesRepository from Github https://github.comrmodi6/linear-discriminant-trees

Linear Discriminant Trees

Linear Discriminant Tree classifier implemented in Python based on this paper by Olcay Taner Yildiz and Ethem Alpaydin published in the International Journal of Pattern Recognition and Artificial Intelligence.

Usage

Install the required libraries

pip install -r requirements.txt

Run the classifier

python3 linear_discriminant_trees.py

About

Linear Discriminant Decision Tree classifier implemented in Python

License:GNU General Public License v3.0


Languages

Language:Python 100.0%