Skip to content

vggajam/Decision_Tree_Induction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Decision_Tree_Induction

implemented in c++ using libraries...

Source Code: Decision_Tree_Induction.cpp

Input: dt.in ( input file containing attributes row and tuples).

Output: Level Order printing of decision tree on screen.

Reference:

-> Book Name: Data Mining Concepts and Techniques, Third Edition,,

-> Authors: Jiawei Han,University of Illinois at Urbana–Champaign,, Micheline Kamber,, Jian Pei, Simon Fraser University..

-> Page No : 333 (figure 8.3)

->Attribute Selection Method: Information Gain ( page no:336 ).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages