An Efficient Algorithm for Generating Classification Rules

Data mining is the process of extracting hidden knowledge from the large data repositories. In data mining, there are several techniques and algorithms are used for extracting the hidden information and finding the relationships between them. Classification is one of the popular techniques of data mining. Classification is a data mining technique which is used to predict group membership for the instances of data. Classification is the task of generalizes the known structure to apply to new data. Classification involves finding rules that partition the data into disjoint groups. Many classification rule algorithms are used to generate the classification rules such as ID3, CART, and uRule. In this research work, we have analyzed the performance of the three classification rule algorithms, namely C4.5, RIPPER and PART algorithms.