CFP last date
20 May 2024
Reseach Article

A Classification Technique using Associative Classification

by Prachitee B. Shekhawat, Sheetal S. Dhande
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 20 - Number 5
Year of Publication: 2011
Authors: Prachitee B. Shekhawat, Sheetal S. Dhande
10.5120/2430-3268

Prachitee B. Shekhawat, Sheetal S. Dhande . A Classification Technique using Associative Classification. International Journal of Computer Applications. 20, 5 ( April 2011), 20-28. DOI=10.5120/2430-3268

@article{ 10.5120/2430-3268,
author = { Prachitee B. Shekhawat, Sheetal S. Dhande },
title = { A Classification Technique using Associative Classification },
journal = { International Journal of Computer Applications },
issue_date = { April 2011 },
volume = { 20 },
number = { 5 },
month = { April },
year = { 2011 },
issn = { 0975-8887 },
pages = { 20-28 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume20/number5/2430-3268/ },
doi = { 10.5120/2430-3268 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T20:06:59.283312+05:30
%A Prachitee B. Shekhawat
%A Sheetal S. Dhande
%T A Classification Technique using Associative Classification
%J International Journal of Computer Applications
%@ 0975-8887
%V 20
%N 5
%P 20-28
%D 2011
%I Foundation of Computer Science (FCS), NY, USA
Abstract

Classification and association rule mining are two basic tasks of Data Mining. Classification rule mining is used to discover a small set of rules in the database to form an accurate classifier. Association rules mining has been used to reveal all interesting relationships in a potentially large database. An Apriori approach, which was used to generate the association rules from frequent patterns, turn out to generate a huge time-intensive query called as iceberg query. Various researches have been done under the Apriori-like approach to improve performance of the frequent pattern mining tasks but the results were not as much as expected due to many scans on the dataset. This project aims to propose a flexible way of mining frequent patterns by extending the idea of the Associative Classification methods. For better performance, the Neural Network Association Classification system is proposed here to be one of the approaches for building accurate and efficient classifiers. In this paper, the Neural Network Association Classification system is used in order to improve its accuracy. The structure of the network reflects the knowledge uncovered in the previous discovery phase. The trained network is then used to classify unseen data. The performance of the Neural Network Associative Classification system is compared with the previous Classification Based Association on four datasets from UCI machine learning repository.

References
  1. Apte, C. 1997. Data Mining:An industrial research perspective.IEEE Computational Science and Engineering April-June.
  2. Wu, X., Kumar, V., et.al. 2007.Top 10 algorithms in data mining. Knowledge Information System(2008) 14:1-37 DOI 10.1007/s10115-007-0114-2,Springer-Verlag London Limited.
  3. Likas, A., Vlassis, N., Verbeek, J.J. 2003.The global k-means clustering algorithm. Pattern Recognit., vol. 36, no. 2, pp. 451–461, Feb.
  4. Scholkopf, B., Smola, A.J., Muller, K. 1998. Nonlinear component analysis as a kernel eigenvalue problem. Neural Comput., vol. 10, no. 5, pp. 1299–1319, Jul.
  5. Tzortzis, G.F., Likas, A. 2009.The Global Kernel k-Means Algorithm for Clustering in Feature Space. IEEE transaction on neural networks, vol.20, no.7, July.
  6. Goldberger, J., Tassa, T. 2008. A hierarchical clustering algorithm based on the Hungarian method. Pattern Recognition Letters 29, 1632–1638, ScienceDirect.
  7. Agrawal, R., Imieilinski, T., Swami, A.1993. Mining Association Rules between sets of items in large databases. SIGMOD’93, pp. 207-216.
  8. Liu, B., Hsu, W., Ma, Y. 1998. Integrating Classification and Association rule mining. KDD’98, pp. 80-86.
  9. Schalkoff, R.J. Artificial Neural networks. McGraw Hill publication, ISE.
  10. Ni, X. 2008. Research of data mining based on neural networks. World academy of science, engineering and technology.
  11. Tsai, C.J., Lee, C., Yang, W. 2008. A discretization algorithm based on Class Attribute Contingency Coefficient. Inf. Sci., 178(3), 714-731.
Index Terms

Computer Science
Information Sciences

Keywords

Data mining Class Association Rules classification Backpropagation neural network