Skip to content

smhash78/decision-tree-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decision Tree Implementation

An implementation of decision tree construction. For now the only algorithm supported is ID3 (for both nominal and continuous features). Information Gain and Gain Ration functions can be selected for the algorithm to use.

About

An implementation of decision tree construction. For now the only algorithm supported is ID3 (for both nominal and continuous features).

Resources

Stars

Watchers

Forks

Contributors