CLUSTERING HIGH DIMENSIONAL DATA USING SUBSPACE AND PROJECTED CLUSTERING ALGORITHMS
|
|
|
- Isabella Palmer
- 10 years ago
- Views:
Transcription
1 CLUSTERING HIGH DIMENSIONAL DATA USING SUBSPACE AND PROJECTED CLUSTERING ALGORITHMS Rahmat Widia Sembiring 1, Jasni Mohamad Zain 2, Abdullah Embong 3 Faculty of Computer Systems and Software Engineering Universiti Malaysia Pahang Lebuhraya Tun Razak, 263, Kuantan, Pahang Darul Makmur, Malaysia 1 [email protected], 2 [email protected], 3 [email protected] ABSTRACT: Problem statement: Clustering has a number of techniques that have been developed in statistics, pattern recognition, data mining, and other fields. Subspace clustering enumerates clusters of objects in all subspaces of a dataset. It tends to produce many over lapping clusters. Approach: Subspace clustering and projected clustering are research areas for clustering in high dimensional spaces. In this research we experiment three clustering oriented algorithms, PROCLUS, P3C and. Results: In general, PROCLUS performs better in terms of time of calculation and produced the least number of un-clustered data while outperforms PROCLUS and P3C in the accuracy of both cluster points and relevant attributes found. Conclusions/Recommendations: In this study, we analyze in detail the properties of different data clustering method. KEYWORDS: Clustering, projected clustering, subspace clustering, clustering oriented, PROCLUS, P3C,. 1. INTRODUCTION Clustering is concerned with grouping together objects that are similar to each other and dissimilar to the objects belonging to other clusters [1]. Cluster is used to group items that seem to fall naturally together [2]. Various types of clustering: hierarchical (nested) versus partitioned (un-nested), exclusive versus overlapping versus fuzzy, and complete versus partial [3]. Clustering is an unsupervised learning process that partitions data such that similar data items grouped together in sets referred to as clusters. This activity is important for condensing and identifying patterns in data [4]. Clustering technique is applied when there is no class to predict but rather when the instances divide into natural groups. These clusters presumably reflect some mechanism at work in the domain. That causes some instances to bear a stronger resemblance to each other than they do to the remaining instances. Clustering naturally requires different techniques to the classification and association learning methods we have considered so far [2]. Subspace clustering and projected clustering are recent research areas for clustering in high dimensional spaces. However, in high dimensional datasets, traditional clustering algorithms tend to break down both in terms of accuracy, as well as efficiency, so-called curse of dimensionality [5]. This paper will study three algorithms used for clustering. PROCLUS is focused on a method to find clusters in small projected subspaces for data of high dimensionality. It presents an effective method for finding regions of greater density in high dimensional data in a way which has good scalability and usability [6]. P3C is an algorithm for projected clustering that can effectively discover projected clusters in the data while minimizing the number of required DOI : /ijcsit
2 parameters. P3C positions itself between projected and subspace clustering in that it can compute both disjoint and overlapping clusters. P3C is the first projected clustering algorithm for both numerical and categorical data [5]. is an approximation algorithm that aims at extracting from the data axis-parallel regions that stand out in a statistical sense. Intuitively, a statistically significant region is a region that contains significantly more points than expected [7]. OpenSubspace, is an open source framework that meets these requirements. OpenSubspace integrates state-of-the-art performance measures and visualization techniques to foster research in subspace and projected clustering [8]. This paper will be organized into a few sections. Section 2 will present current work on subspace clustering. Our proposed experiment will be discussed in Section 3. Section 4 will discuss the results by comparing performance of the three algorithms, and followed by concluding remarks in Section RELATED WORK Clustering has been used extensively as a primary tool for data mining, but do not scale well to cluster high dimensional data sets in terms of effectiveness and efficiency, because of the inherent sparsity of high dimensional data. Problem arises when the distance between any two data points becomes almost the same [5], therefore it is difficult to differentiate similar data points from dissimilar ones. Secondly, clusters are embedded in the subspaces of the high dimensional data space, and different clusters may exist in different subspaces of different dimensions [9]. Techniques for clustering high dimensional data have included both feature transformation and feature selection techniques [1]. Density based clustering differentiates regions which have higher density than its neighbourhood and does not need the number of clusters as an input parameter. Regarding a termination condition, two parameters indicate when the expansion of clusters should terminate: given the radius of the volume of data points to look for, ε, a minimum number of points for the density calculations,, has to be exceeded [11]. For a broad range of data distribution and distance measure, the relative contrast does diminish as the dimensionality increase [12]. As known, no meaningful cluster analysis is possible unless a meaningful measure of distance or proximity between pairs of data points have been established. Most of the clusters can be identified by their location or density characters [13]. There is a general categorization for high dimensional data set clustering: dimension reduction, parsimonious models, and subspace clustering. A cluster is a dense region of points, which is separated by low-density regions, from other regions of high density. This definition is more often used when the clusters are irregular or intertwined, and when noise and outliers are present [14]. Distance functions have been used in various dimensional clustering algorithms, depending on the particular problem being solved. Manhattan segmental distance is used in PROCLUS that is defined relative to some set of dimension [5]. Employing the segmental distance as opposed to the traditional Manhattan distance is useful when comparing points in two different clusters that have varying number of dimension, because the number of dimension has been normalized. Existing projected clustering algorithms are either based on the computation of k initial clusters in full dimensional space, or leverage the idea that clusters with as many relevant attributes as possible are preferable. Consequently, these algorithms are likely to be less effective in the practically most interesting case of projected clusters with very few relevant attributes, because the members of such clusters are likely to have low similarity in full dimensional space [5]. 163
3 Several subspace clustering algorithms attempt to compute a succinct representation of the numerous subspace clusters that they produce, by reporting only the highest dimensional subspace clusters, merge similar subspace clusters, or organize them hierarchically. In PROCLUS, algorithms start by choosing a random set of k medoid from M and progressively improve the quality of medoid by iteratively replacing the bad medoids in the current set with new point from M [5]. P3C (Projected Clustering via Cluster Cores) effectively discovers the projected clusters in the data while being remarkably robust to the only parameter that it takes as input. Setting this parameter requires little prior knowledge about the data, and, in contrast to all previous approaches, there is no need to provide the number of projected clusters as input, since algorithm can discover, under very general conditions, the true number of projected clusters [12]. In DOC, a mathematical formulation for the notion of optimal projective cluster based on the density of the points in the subspaces is proposed [15]. While SCHISM, which is based on the GenMax algorithm that mines maximal item sets, uses a depth-first search with backtracking to mine the maximal interesting subspaces [16]. 3. EXPERIMENT RESULT In this study we run Opensubspace [9] embedded in Weka. We had experiment three clustering oriented methods to optimize the overall clustering result. In PROCLUS, k-medoid algorithm iteratively refining a full-space k-medoid clustering. P3C combines one-dimensional cluster cores to higher-dimensional cluster. uses a statistical test to remove redundant clusters out of the result. OpenSubspace integrates state-of-the-art performance measures and visualization techniques to foster research in subspace and projected clustering. We use a synthetic data. After setting a required parameter for PROCLUS we obtain the results as follows. Setup parameter was done at subspace cluster bracketing, and average dimension and number of cluster were defined. Visualization of the number of clusters is shown in Figure 1(b). Figure 1(c), shows plot of matrix for all of attribute with data record. Figure 1(d), shows visualization one of attribute SCU1 related to SP attribute. Figure 1(b): Number of Cluster for PROCLUS output Figure 1(a): Subspace Cluster Output for PROCLUS 164
4 Figure 1(c): Plot of matrix for PROCLUS clustering method Figure 1(d): Visualization one of attribute for PROCLUS clustering method After setting a required parameter for P3C we have obtained results as follows. Setup parameter was done at subspace cluster bracketing, and average dimension and number of cluster were defined. Visualization of number of clusters is shown in Figure 2(b). Figure 2(c), shows plot of matrix for all attributes with data record. Figure 2(d), shows the visualization one of attribute SCU1 related to SP attribute. Figure 2(b): Number of Clusters for P3C output Figure 2(a): Subspace Cluster Output for P3C 165
5 Figure 2(c): Plot of matrix for P3C clustering method Figure 2(d): Visualization one of attribute for PROCLUS clustering method After setting a required parameter for we have obtained results as follows. Setup parameter was done at subspace cluster bracketing, and average dimension and number of cluster were defined. Visualization of number of clusters is shown in Figure 3(b). Figure 3(c), shows plot of matrix for all of attribute with data record. Figure 3(d), shows the visualization one of attribute SCU1 related to SP attribute. Figure 3(b): Number of Clusters for output Figure 3(a): Subspace Cluster Output for 166
6 Figure 3(c): Plot of matrix for P3C clustering method Figure 3(d): Visualization one of attribute for PROCLUS clustering method 4. DISCUSSION 4.1 Accuracy Analysis To ensure good accuracy of the output, PROCLUS was able to achieve two essential results: find a piercing set of medoids, and associate the correct set of dimension to each medoids [5]. On synthetic data, the number of clusters discovered by P3C equals the true number of projected clusters in the data. On numerical data, P3C effectively discovers projected clusters with varying orientation in their relevant subspaces. The accuracy of P3C on datasets where projected clusters have axis-parallel orientation is as high as the accuracy of P3C on datasets where projected clusters have arbitrary orientation [5]. outperforms previously proposed projected and subspace clustering algorithms in the accuracy of both cluster points and relevant attributes found [5]. Using our synthetic data (university while industrial training), we found F1, accuracy, entropy and coverage of data between PROCLUS, P3C and as shown in Figure 4(a). From the figures below, we can see that the accuracy of these algorithms were equal, while PROCLUS has significant F1 value. Meanwhile, for faculty, we found accuracy of PROCLUS is lower than the other (Figure 4(b)). For faculty data, we found accuracy of P3C is lower than the other (Figure 4(c)), and value F1 for is greater than the others. 15 PROCLU 1 S 5 P3C 1.5 PROCL.5 1 US P3C 1 PROCLU.5 S P3C Figure 4(a): Comparative of measure for university course implemented Figure 4(b): Comparative of measure for faculty course implemented Figure 4(c): Comparative of measure for study program 167
7 4.2 Number of clusters analysis P3C requires only one parameter setting, namely the Poisson threshold. P3C does not require the user to set the target number of clusters; instead, it discovers a certain number of clusters by itself [5]. On synthetic data, set the target number of clusters to the number of implanted clusters [5]. 2 1 PROC P3C STAT NO OF CLUSTE RING 2 1 NO OF CLUSTE RING 2 1 PROC P3C NO OF CLUSTE RING Figure 5(a): Comparative of clustering result for university Figure 5(b): Comparative of number of clusters for faculty Figure 5(c): Comparative of number of clusters for study program Using our synthetic data (university while industrial training), we found the number of clustered and un-clustered data for PROCLUS, P3C and as shown in Figure 5(a). From figure above, we can see that the number of clusters using PROCLUS was less than the others, but result has a lower un-clustered data. For faculty data, we found the number of clusters of PROCLUS is lower than the others (Figure 5(b)), and un-clustered data using P3C is more than the others. For study program data, we found the number of clusters using PROCLUS is lower than the other (Figure 5(c)), and for un-clustered data, P3C is greater than the others. 4.3 Time of Calculation Analysis has a longer runtime than previous algorithms. The number of times X that an attribute occurs in a subset of M randomly selected pairs of attributes is a hyper geometric distributed variable [5]. The running time of P3C increases with increasing average cluster dimensionality, due to the increased complexity of signatures generation. However, as the average cluster dimensionality increases, clusters become increasingly detectable in full dimensional space [5]. Using our synthetic data (university while industrial training), we recorded the time of calculation and the time of visualization between PROCLUS, P3C and as shown in Figure 6(a). 2 1 PROCLUS TIME OF CALCU LATIN G Figure 6(a): Comparative time of calculation for university course implemented TIME OF CALCUL ATING Figure 6(b): Comparative time of calculation for faculty 2 1 PROCL P3C TIME OF CALCUL ATING TIME OF VISUALI ZATION Figure 6(c): Comparative time of calculation for study program 168
8 From figure above, we can see the time of calculation and the time of visualization using PROCLUS is faster than the others. For faculty data, we found that the time of calculation and the time of visualization using PROCLUS were faster than the others (Figure 6(b)). For study program data, we found the time of calculation and the time of visualization using P3C is faster than others (Figure 6(c)). 5. CONCLUSION AND FUTURE WORK In this work, we discussed existing projected and subspace clustering literature. We have compared between three available algorithms, we found advantages and disadvantages. In general, PROCLUS is better in term of time for calculation and obtained the least number of unclustered data. outperforms PROCLUS and P3C in the accuracy of both cluster points and relevant attributes found. In the future we will study cell-based subspace clustering and density-based subspace clustering. [1] Ali Alijamaat, Madjid Khalilian, Norwati Mustapha, "A Novel Approach for High Dimensional Data Clustering," wkdd, pp , 21 Third International Conference on Knowledge Discovery and Data Mining, 21, [doi>1.119/wkdd.21.12] [2] Witten, Ian H, Eibe Frank, 25, Data Mining Practical Machine Learning Tools and Technique, 2 nd edn, Morhan Kaufmann, San Fransisco [3] Tan, Pang Nin, Michael Steinbach,Vipin Kumar, 26, Introduction to Data Mining, Pearson International Edition, Boston [4] Poncelet, Pascal, Maguelonne Teisseire, 28, Florent Masseglia, Data Mining Patterns : New Method and Application, London [5] Gabriela Moise,, Jorg Sander, Finding Non-Redundant, Statistically Significant Regions in High Dimensional Data : A Novel Approach to Projected and Subspace Clustering, 28, Proceedings of the 14th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Las Vegas, Nevada, USA, August 24-27, 28 [doi>1.1145/ ] [6] Charu C. Aggarwal, Joel L. Wolf, Philip S. Yu, Cecilia Procopiuc, Jong Soo Park, Fast algorithms for projected clustering, Proceedings of the 1999 ACM SIGMOD international conference on Management of data, p.61-72, May 31-June 3, 1999, Philadelphia, Pennsylvania, United States [doi>1.1145/ ] [7] Gabriela Moise, Jorg Sander, Martin Ester, "P3C: A Robust Projected Clustering Algorithm," icdm, pp , Sixth IEEE International Conference on Data Mining (ICDM'6), 26, [doi>1.119/icdm ] [8] Müller E., Günnemann S., Assent I., Seidl T.: Evaluating Clustering in Subspace Projections of High Dimensional Data In Proc. 35th International Conference on Very Large Data Bases (VLDB 29), Lyon, France, [9] Gan, Guojun, Jianhong Wu, Subspace Clustering For High Dimensional Categorical Data, 24, SIGKDD Explorations 24, Volume 6, p [doi>1.1145/ ] [1] Lance Parsons, Ehtesham Haque, Huan Liu, Subspace clustering for high dimensional data: a review, ACM SIGKDD Explorations Newsletter, v.6 n.1, p.9-15, June 24, [doi>1.1145/ ] [11] Bicici, Ergun, Deniz Yuret, 27, Local Scaled Density Based Clustering, ICANNGA (1) 27: , [doi> ] [12] Houle, Michael E.; Kriegel, Hans-Peter; Kröger, Peer; Schubert, Erich; Zimek, Arthur (21), "Can Shared-Neighbor Distances Defeat the Curse of Dimensionality?", Proceedings of the 21th International Conference on Scientific and Statistical Database Management (SSDBM) (Heidelberg, Germany: Springer), [doi>1.17/ _34] [13] Wang, Chuang, Ya-yu Lo, Yaoying Xu, Yan Wang, 27, Constructing the search for a job in academia from the perspective of self-regulated learning strategies and social 169
9 cognitive career theory, Journal of Vocational Behavior, v7 n3 p Jun 27, [doi>1.116/j.jvb ] [14] Steinbach, Michael, Levent Ertöz, and Vipin Kumar, The Challenges of Clustering High Dimensional Data, 23, In New Vistas in Statistical Physics: Applications in Econophysics, Bioinformatics, and Pattern Recognition, [doi> ] [15] Procopiuc, C. M., Jones, M., Agarwal, P. K., & Murali, T. M. (22). A Monte Carlo algorithm for fast projective clustering. Proceedings of the 22 ACM SIGMOD international conference on Management of data SIGMOD 2. ACM Press, [doi>1.1145/ ] [16] Karlton Sequeira, Mohammed Zaki, SCHISM : A New Approach to Interesting Subspace, International Journal of Business Intelligence and Data Mining Issue: Volume 1, Number 2 / 25, p , [doi> ] 17
Comparative Analysis of EM Clustering Algorithm and Density Based Clustering Algorithm Using WEKA tool.
International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 9, Issue 8 (January 2014), PP. 19-24 Comparative Analysis of EM Clustering Algorithm
Data Mining Cluster Analysis: Basic Concepts and Algorithms. Lecture Notes for Chapter 8. Introduction to Data Mining
Data Mining Cluster Analysis: Basic Concepts and Algorithms Lecture Notes for Chapter 8 by Tan, Steinbach, Kumar 1 What is Cluster Analysis? Finding groups of objects such that the objects in a group will
Clustering. Adrian Groza. Department of Computer Science Technical University of Cluj-Napoca
Clustering Adrian Groza Department of Computer Science Technical University of Cluj-Napoca Outline 1 Cluster Analysis What is Datamining? Cluster Analysis 2 K-means 3 Hierarchical Clustering What is Datamining?
Data Mining Project Report. Document Clustering. Meryem Uzun-Per
Data Mining Project Report Document Clustering Meryem Uzun-Per 504112506 Table of Content Table of Content... 2 1. Project Definition... 3 2. Literature Survey... 3 3. Methods... 4 3.1. K-means algorithm...
Robust Outlier Detection Technique in Data Mining: A Univariate Approach
Robust Outlier Detection Technique in Data Mining: A Univariate Approach Singh Vijendra and Pathak Shivani Faculty of Engineering and Technology Mody Institute of Technology and Science Lakshmangarh, Sikar,
An Analysis on Density Based Clustering of Multi Dimensional Spatial Data
An Analysis on Density Based Clustering of Multi Dimensional Spatial Data K. Mumtaz 1 Assistant Professor, Department of MCA Vivekanandha Institute of Information and Management Studies, Tiruchengode,
A Comparative Study of clustering algorithms Using weka tools
A Comparative Study of clustering algorithms Using weka tools Bharat Chaudhari 1, Manan Parikh 2 1,2 MECSE, KITRC KALOL ABSTRACT Data clustering is a process of putting similar data into groups. A clustering
How To Perform An Ensemble Analysis
Charu C. Aggarwal IBM T J Watson Research Center Yorktown, NY 10598 Outlier Ensembles Keynote, Outlier Detection and Description Workshop, 2013 Based on the ACM SIGKDD Explorations Position Paper: Outlier
Linköpings Universitet - ITN TNM033 2011-11-30 DBSCAN. A Density-Based Spatial Clustering of Application with Noise
DBSCAN A Density-Based Spatial Clustering of Application with Noise Henrik Bäcklund (henba892), Anders Hedblom (andh893), Niklas Neijman (nikne866) 1 1. Introduction Today data is received automatically
Comparision of k-means and k-medoids Clustering Algorithms for Big Data Using MapReduce Techniques
Comparision of k-means and k-medoids Clustering Algorithms for Big Data Using MapReduce Techniques Subhashree K 1, Prakash P S 2 1 Student, Kongu Engineering College, Perundurai, Erode 2 Assistant Professor,
Grid Density Clustering Algorithm
Grid Density Clustering Algorithm Amandeep Kaur Mann 1, Navneet Kaur 2, Scholar, M.Tech (CSE), RIMT, Mandi Gobindgarh, Punjab, India 1 Assistant Professor (CSE), RIMT, Mandi Gobindgarh, Punjab, India 2
An Introduction to Data Mining. Big Data World. Related Fields and Disciplines. What is Data Mining? 2/12/2015
An Introduction to Data Mining for Wind Power Management Spring 2015 Big Data World Every minute: Google receives over 4 million search queries Facebook users share almost 2.5 million pieces of content
How To Cluster
Data Clustering Dec 2nd, 2013 Kyrylo Bessonov Talk outline Introduction to clustering Types of clustering Supervised Unsupervised Similarity measures Main clustering algorithms k-means Hierarchical Main
Data Mining Clustering (2) Sheets are based on the those provided by Tan, Steinbach, and Kumar. Introduction to Data Mining
Data Mining Clustering (2) Toon Calders Sheets are based on the those provided by Tan, Steinbach, and Kumar. Introduction to Data Mining Outline Partitional Clustering Distance-based K-means, K-medoids,
Cluster Analysis. Alison Merikangas Data Analysis Seminar 18 November 2009
Cluster Analysis Alison Merikangas Data Analysis Seminar 18 November 2009 Overview What is cluster analysis? Types of cluster Distance functions Clustering methods Agglomerative K-means Density-based Interpretation
TOWARDS SIMPLE, EASY TO UNDERSTAND, AN INTERACTIVE DECISION TREE ALGORITHM
TOWARDS SIMPLE, EASY TO UNDERSTAND, AN INTERACTIVE DECISION TREE ALGORITHM Thanh-Nghi Do College of Information Technology, Cantho University 1 Ly Tu Trong Street, Ninh Kieu District Cantho City, Vietnam
A Comparative Analysis of Various Clustering Techniques used for Very Large Datasets
A Comparative Analysis of Various Clustering Techniques used for Very Large Datasets Preeti Baser, Assistant Professor, SJPIBMCA, Gandhinagar, Gujarat, India 382 007 Research Scholar, R. K. University,
Chapter 16 Frequent Pattern Mining Algorithms for Data Clustering
Chapter 16 Frequent Pattern Mining Algorithms for Data Clustering Arthur Zimek, Ira Assent and Jilles Vreeken Abstract Discovering clusters in subspaces, or subspace clustering and related clustering paradigms,
Categorical Data Visualization and Clustering Using Subjective Factors
Categorical Data Visualization and Clustering Using Subjective Factors Chia-Hui Chang and Zhi-Kai Ding Department of Computer Science and Information Engineering, National Central University, Chung-Li,
ANALYSIS OF VARIOUS CLUSTERING ALGORITHMS OF DATA MINING ON HEALTH INFORMATICS
ANALYSIS OF VARIOUS CLUSTERING ALGORITHMS OF DATA MINING ON HEALTH INFORMATICS 1 PANKAJ SAXENA & 2 SUSHMA LEHRI 1 Deptt. Of Computer Applications, RBS Management Techanical Campus, Agra 2 Institute of
Clustering Data Streams
Clustering Data Streams Mohamed Elasmar Prashant Thiruvengadachari Javier Salinas Martin [email protected] [email protected] [email protected] Introduction: Data mining is the science of extracting
Clustering & Visualization
Chapter 5 Clustering & Visualization Clustering in high-dimensional databases is an important problem and there are a number of different clustering paradigms which are applicable to high-dimensional data.
Forschungskolleg Data Analytics Methods and Techniques
Forschungskolleg Data Analytics Methods and Techniques Martin Hahmann, Gunnar Schröder, Phillip Grosse Prof. Dr.-Ing. Wolfgang Lehner Why do we need it? We are drowning in data, but starving for knowledge!
Chapter ML:XI (continued)
Chapter ML:XI (continued) XI. Cluster Analysis Data Mining Overview Cluster Analysis Basics Hierarchical Cluster Analysis Iterative Cluster Analysis Density-Based Cluster Analysis Cluster Evaluation Constrained
Data Mining and Knowledge Discovery in Databases (KDD) State of the Art. Prof. Dr. T. Nouri Computer Science Department FHNW Switzerland
Data Mining and Knowledge Discovery in Databases (KDD) State of the Art Prof. Dr. T. Nouri Computer Science Department FHNW Switzerland 1 Conference overview 1. Overview of KDD and data mining 2. Data
Data Mining Cluster Analysis: Basic Concepts and Algorithms. Lecture Notes for Chapter 8. Introduction to Data Mining
Data Mining Cluster Analysis: Basic Concepts and Algorithms Lecture Notes for Chapter 8 Introduction to Data Mining by Tan, Steinbach, Kumar Tan,Steinbach, Kumar Introduction to Data Mining 4/8/2004 Hierarchical
DATA MINING CLUSTER ANALYSIS: BASIC CONCEPTS
DATA MINING CLUSTER ANALYSIS: BASIC CONCEPTS 1 AND ALGORITHMS Chiara Renso KDD-LAB ISTI- CNR, Pisa, Italy WHAT IS CLUSTER ANALYSIS? Finding groups of objects such that the objects in a group will be similar
A Survey on Outlier Detection Techniques for Credit Card Fraud Detection
IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 2, Ver. VI (Mar-Apr. 2014), PP 44-48 A Survey on Outlier Detection Techniques for Credit Card Fraud
IDENTIFYING BANK FRAUDS USING CRISP-DM AND DECISION TREES
IDENTIFYING BANK FRAUDS USING CRISP-DM AND DECISION TREES Bruno Carneiro da Rocha 1,2 and Rafael Timóteo de Sousa Júnior 2 1 Bank of Brazil, Brasília-DF, Brazil [email protected] 2 Network Engineering
Chapter 7. Cluster Analysis
Chapter 7. Cluster Analysis. What is Cluster Analysis?. A Categorization of Major Clustering Methods. Partitioning Methods. Hierarchical Methods 5. Density-Based Methods 6. Grid-Based Methods 7. Model-Based
Introducing diversity among the models of multi-label classification ensemble
Introducing diversity among the models of multi-label classification ensemble Lena Chekina, Lior Rokach and Bracha Shapira Ben-Gurion University of the Negev Dept. of Information Systems Engineering and
SoSe 2014: M-TANI: Big Data Analytics
SoSe 2014: M-TANI: Big Data Analytics Lecture 4 21/05/2014 Sead Izberovic Dr. Nikolaos Korfiatis Agenda Recap from the previous session Clustering Introduction Distance mesures Hierarchical Clustering
GraphZip: A Fast and Automatic Compression Method for Spatial Data Clustering
GraphZip: A Fast and Automatic Compression Method for Spatial Data Clustering Yu Qian Kang Zhang Department of Computer Science, The University of Texas at Dallas, Richardson, TX 75083-0688, USA {yxq012100,
Visual Data Mining with Pixel-oriented Visualization Techniques
Visual Data Mining with Pixel-oriented Visualization Techniques Mihael Ankerst The Boeing Company P.O. Box 3707 MC 7L-70, Seattle, WA 98124 [email protected] Abstract Pixel-oriented visualization
An Order-Invariant Time Series Distance Measure [Position on Recent Developments in Time Series Analysis]
An Order-Invariant Time Series Distance Measure [Position on Recent Developments in Time Series Analysis] Stephan Spiegel and Sahin Albayrak DAI-Lab, Technische Universität Berlin, Ernst-Reuter-Platz 7,
FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT MINING SYSTEM
International Journal of Innovative Computing, Information and Control ICIC International c 0 ISSN 34-48 Volume 8, Number 8, August 0 pp. 4 FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT
Identifying erroneous data using outlier detection techniques
Identifying erroneous data using outlier detection techniques Wei Zhuang 1, Yunqing Zhang 2 and J. Fred Grassle 2 1 Department of Computer Science, Rutgers, the State University of New Jersey, Piscataway,
Data Mining. Cluster Analysis: Advanced Concepts and Algorithms
Data Mining Cluster Analysis: Advanced Concepts and Algorithms Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 1 More Clustering Methods Prototype-based clustering Density-based clustering Graph-based
Data Mining Cluster Analysis: Advanced Concepts and Algorithms. Lecture Notes for Chapter 9. Introduction to Data Mining
Data Mining Cluster Analysis: Advanced Concepts and Algorithms Lecture Notes for Chapter 9 Introduction to Data Mining by Tan, Steinbach, Kumar Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004
Unsupervised Data Mining (Clustering)
Unsupervised Data Mining (Clustering) Javier Béjar KEMLG December 01 Javier Béjar (KEMLG) Unsupervised Data Mining (Clustering) December 01 1 / 51 Introduction Clustering in KDD One of the main tasks in
Scalable Cluster Analysis of Spatial Events
International Workshop on Visual Analytics (2012) K. Matkovic and G. Santucci (Editors) Scalable Cluster Analysis of Spatial Events I. Peca 1, G. Fuchs 1, K. Vrotsou 1,2, N. Andrienko 1 & G. Andrienko
Data Mining Cluster Analysis: Advanced Concepts and Algorithms. Lecture Notes for Chapter 9. Introduction to Data Mining
Data Mining Cluster Analysis: Advanced Concepts and Algorithms Lecture Notes for Chapter 9 Introduction to Data Mining by Tan, Steinbach, Kumar Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004
Cluster Analysis: Basic Concepts and Methods
10 Cluster Analysis: Basic Concepts and Methods Imagine that you are the Director of Customer Relationships at AllElectronics, and you have five managers working for you. You would like to organize all
Specific Usage of Visual Data Analysis Techniques
Specific Usage of Visual Data Analysis Techniques Snezana Savoska 1 and Suzana Loskovska 2 1 Faculty of Administration and Management of Information systems, Partizanska bb, 7000, Bitola, Republic of Macedonia
K-means Clustering Technique on Search Engine Dataset using Data Mining Tool
International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 6 (2013), pp. 505-510 International Research Publications House http://www. irphouse.com /ijict.htm K-means
A Study of Web Log Analysis Using Clustering Techniques
A Study of Web Log Analysis Using Clustering Techniques Hemanshu Rana 1, Mayank Patel 2 Assistant Professor, Dept of CSE, M.G Institute of Technical Education, Gujarat India 1 Assistant Professor, Dept
Cluster Analysis: Advanced Concepts
Cluster Analysis: Advanced Concepts and dalgorithms Dr. Hui Xiong Rutgers University Introduction to Data Mining 08/06/2006 1 Introduction to Data Mining 08/06/2006 1 Outline Prototype-based Fuzzy c-means
Cluster Analysis: Basic Concepts and Algorithms
8 Cluster Analysis: Basic Concepts and Algorithms Cluster analysis divides data into groups (clusters) that are meaningful, useful, or both. If meaningful groups are the goal, then the clusters should
Contemporary Techniques for Data Mining Social Media
Contemporary Techniques for Data Mining Social Media Stephen Cutting (100063482) 1 Introduction Social media websites such as Facebook, Twitter and Google+ allow millions of users to communicate with one
SPATIAL DATA CLASSIFICATION AND DATA MINING
, pp.-40-44. Available online at http://www. bioinfo. in/contents. php?id=42 SPATIAL DATA CLASSIFICATION AND DATA MINING RATHI J.B. * AND PATIL A.D. Department of Computer Science & Engineering, Jawaharlal
USING THE AGGLOMERATIVE METHOD OF HIERARCHICAL CLUSTERING AS A DATA MINING TOOL IN CAPITAL MARKET 1. Vera Marinova Boncheva
382 [7] Reznik, A, Kussul, N., Sokolov, A.: Identification of user activity using neural networks. Cybernetics and computer techniques, vol. 123 (1999) 70 79. (in Russian) [8] Kussul, N., et al. : Multi-Agent
In this presentation, you will be introduced to data mining and the relationship with meaningful use.
In this presentation, you will be introduced to data mining and the relationship with meaningful use. Data mining refers to the art and science of intelligent data analysis. It is the application of machine
Standardization and Its Effects on K-Means Clustering Algorithm
Research Journal of Applied Sciences, Engineering and Technology 6(7): 399-3303, 03 ISSN: 040-7459; e-issn: 040-7467 Maxwell Scientific Organization, 03 Submitted: January 3, 03 Accepted: February 5, 03
Advances in Natural and Applied Sciences
AENSI Journals Advances in Natural and Applied Sciences ISSN:1995-0772 EISSN: 1998-1090 Journal home page: www.aensiweb.com/anas Clustering Algorithm Based On Hadoop for Big Data 1 Jayalatchumy D. and
Unsupervised learning: Clustering
Unsupervised learning: Clustering Salissou Moutari Centre for Statistical Science and Operational Research CenSSOR 17 th September 2013 Unsupervised learning: Clustering 1/52 Outline 1 Introduction What
Knowledge Discovery and Data Mining. Structured vs. Non-Structured Data
Knowledge Discovery and Data Mining Unit # 2 1 Structured vs. Non-Structured Data Most business databases contain structured data consisting of well-defined fields with numeric or alphanumeric values.
Comparing large datasets structures through unsupervised learning
Comparing large datasets structures through unsupervised learning Guénaël Cabanes and Younès Bennani LIPN-CNRS, UMR 7030, Université de Paris 13 99, Avenue J-B. Clément, 93430 Villetaneuse, France [email protected]
Rule based Classification of BSE Stock Data with Data Mining
International Journal of Information Sciences and Application. ISSN 0974-2255 Volume 4, Number 1 (2012), pp. 1-9 International Research Publication House http://www.irphouse.com Rule based Classification
K-Means Cluster Analysis. Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 1
K-Means Cluster Analsis Chapter 3 PPDM Class Tan,Steinbach, Kumar Introduction to Data Mining 4/18/4 1 What is Cluster Analsis? Finding groups of objects such that the objects in a group will be similar
How To Solve The Kd Cup 2010 Challenge
A Lightweight Solution to the Educational Data Mining Challenge Kun Liu Yan Xing Faculty of Automation Guangdong University of Technology Guangzhou, 510090, China [email protected] [email protected]
Web Document Clustering
Web Document Clustering Lab Project based on the MDL clustering suite http://www.cs.ccsu.edu/~markov/mdlclustering/ Zdravko Markov Computer Science Department Central Connecticut State University New Britain,
A Two-Step Method for Clustering Mixed Categroical and Numeric Data
Tamkang Journal of Science and Engineering, Vol. 13, No. 1, pp. 11 19 (2010) 11 A Two-Step Method for Clustering Mixed Categroical and Numeric Data Ming-Yi Shih*, Jar-Wen Jheng and Lien-Fu Lai Department
Concept of Cluster Analysis
RESEARCH PAPER ON CLUSTER TECHNIQUES OF DATA VARIATIONS Er. Arpit Gupta 1,Er.Ankit Gupta 2,Er. Amit Mishra 3 [email protected], [email protected],[email protected] Faculty Of Engineering
K Thangadurai P.G. and Research Department of Computer Science, Government Arts College (Autonomous), Karur, India. ktramprasad04@yahoo.
Enhanced Binary Small World Optimization Algorithm for High Dimensional Datasets K Thangadurai P.G. and Research Department of Computer Science, Government Arts College (Autonomous), Karur, India. [email protected]
DEA implementation and clustering analysis using the K-Means algorithm
Data Mining VI 321 DEA implementation and clustering analysis using the K-Means algorithm C. A. A. Lemos, M. P. E. Lins & N. F. F. Ebecken COPPE/Universidade Federal do Rio de Janeiro, Brazil Abstract
A comparison of various clustering methods and algorithms in data mining
Volume :2, Issue :5, 32-36 May 2015 www.allsubjectjournal.com e-issn: 2349-4182 p-issn: 2349-5979 Impact Factor: 3.762 R.Tamilselvi B.Sivasakthi R.Kavitha Assistant Professor A comparison of various clustering
Efficient Query Optimizing System for Searching Using Data Mining Technique
Vol.1, Issue.2, pp-347-351 ISSN: 2249-6645 Efficient Query Optimizing System for Searching Using Data Mining Technique Velmurugan.N Vijayaraj.A Assistant Professor, Department of MCA, Associate Professor,
Divide-n-Discover Discretization based Data Exploration Framework for Healthcare Analytics
for Healthcare Analytics Si-Chi Chin,KiyanaZolfaghar,SenjutiBasuRoy,AnkurTeredesai,andPaulAmoroso Institute of Technology, The University of Washington -Tacoma,900CommerceStreet,Tacoma,WA980-00,U.S.A.
A New Approach for Evaluation of Data Mining Techniques
181 A New Approach for Evaluation of Data Mining s Moawia Elfaki Yahia 1, Murtada El-mukashfi El-taher 2 1 College of Computer Science and IT King Faisal University Saudi Arabia, Alhasa 31982 2 Faculty
Adaptive Anomaly Detection for Network Security
International Journal of Computer and Internet Security. ISSN 0974-2247 Volume 5, Number 1 (2013), pp. 1-9 International Research Publication House http://www.irphouse.com Adaptive Anomaly Detection for
Clustering Marketing Datasets with Data Mining Techniques
Clustering Marketing Datasets with Data Mining Techniques Özgür Örnek International Burch University, Sarajevo [email protected] Abdülhamit Subaşı International Burch University, Sarajevo [email protected]
EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set
EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set Amhmed A. Bhih School of Electrical and Electronic Engineering Princy Johnson School of Electrical and Electronic Engineering Martin
AUTO CLAIM FRAUD DETECTION USING MULTI CLASSIFIER SYSTEM
AUTO CLAIM FRAUD DETECTION USING MULTI CLASSIFIER SYSTEM ABSTRACT Luis Alexandre Rodrigues and Nizam Omar Department of Electrical Engineering, Mackenzie Presbiterian University, Brazil, São Paulo [email protected],[email protected]
Anomaly Detection using multidimensional reduction Principal Component Analysis
IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 1, Ver. II (Jan. 2014), PP 86-90 Anomaly Detection using multidimensional reduction Principal Component
Clustering Techniques: A Brief Survey of Different Clustering Algorithms
Clustering Techniques: A Brief Survey of Different Clustering Algorithms Deepti Sisodia Technocrates Institute of Technology, Bhopal, India Lokesh Singh Technocrates Institute of Technology, Bhopal, India
Clustering Via Decision Tree Construction
Clustering Via Decision Tree Construction Bing Liu 1, Yiyuan Xia 2, and Philip S. Yu 3 1 Department of Computer Science, University of Illinois at Chicago, 851 S. Morgan Street, Chicago, IL 60607-7053.
Reconstructing Self Organizing Maps as Spider Graphs for better visual interpretation of large unstructured datasets
Reconstructing Self Organizing Maps as Spider Graphs for better visual interpretation of large unstructured datasets Aaditya Prakash, Infosys Limited [email protected] Abstract--Self-Organizing
Cluster Analysis: Basic Concepts and Algorithms
Cluster Analsis: Basic Concepts and Algorithms What does it mean clustering? Applications Tpes of clustering K-means Intuition Algorithm Choosing initial centroids Bisecting K-means Post-processing Strengths
A Survey of Clustering Techniques
A Survey of Clustering Techniques Pradeep Rai Asst. Prof., CSE Department, Kanpur Institute of Technology, Kanpur-0800 (India) Shubha Singh Asst. Prof., MCA Department, Kanpur Institute of Technology,
Clustering. Danilo Croce Web Mining & Retrieval a.a. 2015/201 16/03/2016
Clustering Danilo Croce Web Mining & Retrieval a.a. 2015/201 16/03/2016 1 Supervised learning vs. unsupervised learning Supervised learning: discover patterns in the data that relate data attributes with
ON INTEGRATING UNSUPERVISED AND SUPERVISED CLASSIFICATION FOR CREDIT RISK EVALUATION
ISSN 9 X INFORMATION TECHNOLOGY AND CONTROL, 00, Vol., No.A ON INTEGRATING UNSUPERVISED AND SUPERVISED CLASSIFICATION FOR CREDIT RISK EVALUATION Danuta Zakrzewska Institute of Computer Science, Technical
Map-Reduce Algorithm for Mining Outliers in the Large Data Sets using Twister Programming Model
Map-Reduce Algorithm for Mining Outliers in the Large Data Sets using Twister Programming Model Subramanyam. RBV, Sonam. Gupta Abstract An important problem that appears often when analyzing data involves
Conclusions and Future Directions
Chapter 9 This chapter summarizes the thesis with discussion of (a) the findings and the contributions to the state-of-the-art in the disciplines covered by this work, and (b) future work, those directions
International Journal of Advance Research in Computer Science and Management Studies
Volume 2, Issue 12, December 2014 ISSN: 2321 7782 (Online) International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online
Using Data Mining for Mobile Communication Clustering and Characterization
Using Data Mining for Mobile Communication Clustering and Characterization A. Bascacov *, C. Cernazanu ** and M. Marcu ** * Lasting Software, Timisoara, Romania ** Politehnica University of Timisoara/Computer
KNOWLEDGE DISCOVERY and SAMPLING TECHNIQUES with DATA MINING for IDENTIFYING TRENDS in DATA SETS
KNOWLEDGE DISCOVERY and SAMPLING TECHNIQUES with DATA MINING for IDENTIFYING TRENDS in DATA SETS Prof. Punam V. Khandar, *2 Prof. Sugandha V. Dani Dept. of M.C.A., Priyadarshini College of Engg., Nagpur,
Clustering. 15-381 Artificial Intelligence Henry Lin. Organizing data into clusters such that there is
Clustering 15-381 Artificial Intelligence Henry Lin Modified from excellent slides of Eamonn Keogh, Ziv Bar-Joseph, and Andrew Moore What is Clustering? Organizing data into clusters such that there is
A Review of Data Mining Techniques
Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 4, April 2014,
Context-aware taxi demand hotspots prediction
Int. J. Business Intelligence and Data Mining, Vol. 5, No. 1, 2010 3 Context-aware taxi demand hotspots prediction Han-wen Chang, Yu-chin Tai and Jane Yung-jen Hsu* Department of Computer Science and Information
A Novel Approach for Network Traffic Summarization
A Novel Approach for Network Traffic Summarization Mohiuddin Ahmed, Abdun Naser Mahmood, Michael J. Maher School of Engineering and Information Technology, UNSW Canberra, ACT 2600, Australia, [email protected],[email protected],M.Maher@unsw.
