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 ).