I. Introduction
Data is available in huge volume with the advent and internet technologies, rapid progress in communication speeds and it plays an important role in today's world. Extracting knowledge from this huge data store is a key challenge ahead. Data mining is used for discovering the knowledge from large databases [1]. Classification and Prediction are the most prominent areas of data analytics for predicting the new instances [2]. In Classification, dataset is divided into training dataset and testing dataset. And a model is constructed using training dataset, and then performs the prediction by applying the model on testing dataset. Here class labels of training dataset are known. Decision tree is a widely used classification algorithm, to build the hierarchical structure tree for taking the exact decision by applying the new instances.