-
Notifications
You must be signed in to change notification settings - Fork 0
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…
tpllaha/decisionTree
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published