Skip to content

Linear Discriminant Decision Tree classifier implemented in Python

License

Notifications You must be signed in to change notification settings

rmodi6/linear-discriminant-trees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages