Skip to content

The CPP implement of Decison-Tree classification machine, using ID3 algorithm to build the tree.

Notifications You must be signed in to change notification settings

paras-zomby/Decision-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The C++ implement of Decision-Tree

This repo impl Decision Tree algorithm using C++ language, and it is also a homework of my college lesson: Machine Learning. My teacher asked us impl a decision tree using id3 to decides how to pick nodes.

At first I chose C++ because I think the type-issue of C++ can be solved using template, and I perfer to use C++ usually. However, when i start, i find that it is really harder than i thought! what can i do is just learning while coding. i first use C++ template metaprograming in this proj, and try to impl some algorithm recursively.

About

The CPP implement of Decison-Tree classification machine, using ID3 algorithm to build the tree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published