Skip to content

A class that can be used to learn a decision tree to classify items. It takes a CSV file (with no missing attributes). Every column besides the last is treated as an attribute for each row. The last column should specify the class value. The only constraint is that attribute and class values can only be integers (discrete). A demonstration of ho…

Notifications You must be signed in to change notification settings

tpllaha/decisionTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

About

A class that can be used to learn a decision tree to classify items. It takes a CSV file (with no missing attributes). Every column besides the last is treated as an attribute for each row. The last column should specify the class value. The only constraint is that attribute and class values can only be integers (discrete). A demonstration of ho…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages