Skip to content

A program to classify flowers using a decision tree

Notifications You must be signed in to change notification settings

nayel71/decision-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the following commands on a terminal.

g++ -std=c++14 -o tree tree.cc
./tree [start index of validation set] [end index of validation set + 1] [maximum depth] < set_a.csv > output.txt

Releases

No releases published

Packages

No packages published

Languages