In this assignment, you will build a classification framework. You need to implement the decision tree algorithm with Gini-index as the attribute selection measure.

computer science

Description

Classification: Implementing the Decision Tree Algorithm

In this assignment, you will build a classification framework. You need to implement the decision tree algorithm with Gini-index as the attribute selection measure.


Input Format 

The first line contains integer denoting the number of training instances. The following lines contains a data instance and is ended by a '\n' character.




Related Questions in computer science category