An open API service indexing awesome lists of open source software.

https://github.com/rmodi6/linear-discriminant-trees

Linear Discriminant Decision Tree classifier implemented in Python
https://github.com/rmodi6/linear-discriminant-trees

decision-tree-classifier linear-discriminant-analysis linear-discriminant-trees machine-learning python3

Last synced: over 1 year ago
JSON representation

Linear Discriminant Decision Tree classifier implemented in Python

Awesome Lists containing this project

README

          

# Linear Discriminant Trees
Linear Discriminant Tree classifier implemented in Python based on this
[paper](https://www.researchgate.net/publication/221345834_Linear_Discriminant_Trees) by
Olcay Taner Yildiz and Ethem Alpaydin published in the International Journal of Pattern Recognition and
Artificial Intelligence.

### Usage
Install the required libraries
```bash
pip install -r requirements.txt
```
Run the classifier
```bash
python3 linear_discriminant_trees.py
```