SlideShare a Scribd company logo
Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications
Volume: 01 Issue: 02 December 2012 Page No.47-49
ISSN: 2278-2419
47
Survey of Data Mining Techniques on Crime Data
Analysis
Abstract -Data mining is a process of extracting knowledge
from huge amount of data stored in databases, data warehouses
and data repositories. Crime is an interesting application where
data mining plays an important role in terms of prediction and
analysis. Clustering is the process of combining data objects
into groups. The data objects within the group are very similar
and very dissimilar as well when compared to objects of other
groups. This paper presents detailed study on clustering
techniques and its role on crime applications. This study also
helps crime branch for better prediction and classification of
crimes.
Key words: Data mining, Crime data analysis, clustering.
I. INTRODUCTION
In recent years, volume of crime is becoming serious problems
in many countries. In today’s world, criminals have maximum
use of all modern technologies and hi-tech methods in
committing crimes [1]. The law enforcers have to effectively
meet out challenges of crime control and maintenance of
public order. Hence, creation of data base for crimes and
criminals is needed. Developing a good crime analysis tool to
identify crime patterns quickly and efficiently for future crime
pattern detection is challenging field for researchers.Data
mining techniques have higher influence in the fields such as,
Law and Enforcement for crime problems, crime data analysis,
criminal career analysis, bank frauds and other critical
problems.
In recent years, data clustering techniques have faced several
new challenges including simultaneous feature subset
selection, large scale data clustering and semi-supervised
clustering. Mostly, cluster analysis is an important human
activity which indulge from childhood when learn to
distinguish between animals and plants, etc by continuously
improving subconscious clustering schemes. It is widely used
in numerous applications including pattern recognition, data
analysis, image processing, and market research etc [16].
Recent researches on these techniques link the gap between
clustering theory and practice of using clustering methods on
crime applications [17]. Cluster accuracy can be improved to
capture the local correlation structure by associating each
cluster with the combination of the dimensions as independent
weighting vector and subspace span which is embedded on it
[14,15].
The organization of the paper is as follows. Section II
describes methods used in crime domain. Role of
preprocessing in data mining is presented in section III.
Clustering methods have discussed in section IV and section V
concludes the paper.
II. DATA MINING ON CRIME DOMAIN
Recent developments in crime control applications aim at
adopting data mining techniques to aid the process of crime
investigation. COPLINK is one of the earlier projects which is
collaborated with Arizona University and the police
department to extract entities from police narrative records [9].
Bruin, Cocx and Koster et al. presented a tool for changing in
offender behavior. Extracted factors including frequency,
seriousness, duration and nature have been used to compare the
similarity between pairs of criminals by a new distance
measure and cluster the data accordingly [2].
Brown proposed a framework for regional crime analysis
program (ReCAP) [1]. The data mining was adopted as an
algorithm for crime data analysis. J.S.de Bruin et.al compared
all individuals based on their profiles to analyze and identify
criminals and criminal behaviors [2]. Nath et.al used K-means
clustering to detect crime pattern to speed up the process of
solving crimes [5].
Adderley and Musgrove applied Self Organizing Map (SOM)
to link the offenders of serious sexual attacks [11]. Recently,
Ozgul et.al proposed a novel prediction model CPM (Crime
Prediction Model) to predict perpetuators of unsolved terrorist
events on attributes of crime information that are location, date
and modus operandi attributes [7]. LianhangMa, Yefang Chen,
and Hao Huang et.al presented a two-phase clustering
algorithm called AK-modes to automatically find similar case
subsets from large datasets [13]. In the attribute-weighing
phase, the weight of each attribute related to an offender’s
behavior trait using the concept Information Gain Ratio (IGR)
in classification domain is computed. The result of attribute-
weighing phase is utilized in the clustering process to find
similar case subsets.
III. ROLE OF DATA PREPROCESSING
Data preprocessing techniques are mainly used for producing
high-quality mining results. Raw data are being preprocessed
before mining because data are in different format, collected
from various sources and stored in the data bases and data
warehouses. Major steps involved in data mining are data
Revatthy Krishnamurthy, J. Satheesh Kumar
Research Scholar in Computer Science,Bharathiar University, Coimbatore
Asst. Professor in Computer Applications, Bharathiar University, Coimbatore
Email: revatthykm11@yahoo.com, jsathee@rediffmail.com
Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications
Volume: 01 Issue: 02 December 2012 Page No.47-49
ISSN: 2278-2419
48
cleaning, data integration, data transformation and data
reduction have shown in Figure 1.
Figure 1. Data preprocessing
In the data cleaning step, missing values will be filled, noisy
data will be smoothened, outlier’s data will be removed and
inconsistent data are resolved. Data integration step undergoes
merging of data. Data normalization and attribute construction
are done in the data transformation for standardizing data. The
data range falls under 0.0 to 1.0 during standardization.
Attribute subsets are selected from large dataset and
dimensionality has reduced. After preprocessing, finally
standard data underwent the process of mining and hence
better results have obtained.
IV. CLUSTERING METHODS FOR CRIME
DOMAIN
The partition clustering methods primarily classified into K-
means, AK-mode and Expectation-Maximization algorithms.
The partitioning method constructs ‘k’ partitions of the data
from a given dataset of ‘n’ objects. After preprocessing, the
operational data are undergoing the clustering techniques for
grouping objects as different clusters.
A. K-means Clustering Algorithm
K-means algorithm mainly used to partition the clusters based
on their means. Initially number of objects are grouped and
specified as k clusters. The mean value is calculated as the
mean distance between the objects. The relocation iterative
technique which is used to improve the partitions by moving
objects from one group to other. Then number of iterations is
done until the convergence occurs. K-means algorithm steps
are given as
Input: Number of clusters.
Step1: Arbitrarily choose k objects from a dataset D of N
objects as the initial cluster centers.
Step 2: reassign each object which distributed to a cluster
based on a cluster center which it is the most similar
or the nearer.
Step 3: Update the cluster means, i.e. calculate the mean
value of the object for each cluster.
Output: A set of k clusters.
K-means algorithm is a base for all other clustering algorithms
to find the mean values.
B. Ak-mode Algorithm
Ak- mode clustering algorithm is a two step process such as
attribute weighing phase and clustering phase. In the attribute
weighing phase, weights of the attributes are computed using
Information Gain Ratio (IGR) value for each attribute. The
greatest value of weight is taken as decisive attribute. The
distance between two categorical attributes is computed as the
difference between two data records gives the similarity
measures. The analyst has set the threshold value α with the
help of the computation result of similarity measures. This
algorithm is mainly used for categorical attributes. Ak-mode
algorithm steps are as follows:
Input: Data set, weighted attributes and threshold value.
Output: cluster result
Step1: Find the number of clusters k and find initial mode of
every cluster.
Step2: Calculate the distance for every mode and its
closest mode.
Step3: update each cluster mode.
Step4: this process terminates when all the modes do not
change. Else go to step 2.
Ak-mode algorithm has been used to find the similar subsets
automatically from large datasets and mainly applied for
categorical attributes.
C. Expectation-Maximisation algorithm
Expectation- Maximization algorithm is an extension of K-
means algorithm which can be used to find the parameter
estimates for each cluster. The entire data is a mixture of
parametric probabilistic distribution. The weight of attributes is
measured in the probability distribution and each object is to be
clustered based on the weights instead of assign the objects to
the dedicated clusters in K-means. To find parameter estimates,
the two steps of iterative refinement algorithm are used.
Step1: Expectation step:
For each object of clusters, this step calculates the probability
of cluster membership of object xi.
Step2: Maximization step:
Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications
Volume: 01 Issue: 02 December 2012 Page No.47-49
ISSN: 2278-2419
49
Re-estimate or refine the model parameters using probability
estimation from step1.
This EM algorithm is easy to implement and it converges fast
in practice.
V. CONCLUSION
Crime data is a sensitive domain where efficient clustering
techniques play vital role for crime analysts and law-enforcers
to precede the case in the investigation and help solving
unsolved crimes faster. Similarity measures are an important
factor which helps to find unsolved crimes in crime pattern.
Partition clustering algorithm is one of the best method for
finding similarity measures. This paper deals detailed study
about importance of clustering and similarity measures in
crime domain.
REFERENCES
[1] D.E. Brown, "The regional crime analysis program (RECAP): A Frame
work for mining data to catch criminals," in Proceedings of the IEEE
International Conference on Systems, Man, and Cybernetics, Vol. 3, pp. 2848-
2853, 1998.
[2] J.S. de Bruin, T.K. Cocx, W.A. Kosters, J. Laros and J.N. Kok, “Data
mining approaches to criminal career analysis,” in Proceedings of the Sixth
International Conference on Data Mining (ICDM’06), pp.171-177, 2006.
[3] J. Han and M. Kamber, “Data Mining: Concepts and Techniques,” Morgan
Kaufmann publications, pp. 1-39, 2006.
[4] J. Mena, “Investigative Data Mining for Security and Criminal Detection”,
Butterworth Heinemann Press,
pp. 15-16, 2003.
[5] S.V. Nath, “Crime pattern detection using data mining,” in Proceedings of
the 2006 IEEE/WIC/ACM InternationaConference on Web Intelligence and
Intelligent Agent Technology, pp. 41-44,2006.
[6] Brown, D.E and Hagen, S., “Data association methods with application to
law enforcement.” Decision Support Systems, 34, 2000, 369-378.
[7] Faith Ozgul, Claus Atzenbeck, AhmetCelik, Zeki, Erdem, “Incorporating
data Sources and Methodologies for Crime Data Mining,” IEEE proceedings,
2011.
[8] H.Chen, W.ChungXu, G.Wang, Y.Qin and M.Chen, “Crime Data Mining:
A General Framework and Some Examples,” computer, vol.37, 2004.
[9] H.Chen, W.Chung, Y.M.Chan, J.Xu, G.ang, R.Zheng and H. Atabakch,”
Crime Data Mining: An Overview and Case Studies,” in proceedings of the
annual national conference on digital government research, Boston, pp.1-5,
2003.
[10] M.Chan, J.Xu,and H.Chen,”Extracting Meaningful Entities from Police
Narrative Reports,” in proceedings of the National Conference on Digital
Government Research,pp.271-275,2002.
[11] R.Adderly and P.B. Musgrove, “Data Mining Case Study: Modeling the
behavior of offenders who commit sexual assaults,” in proceedings of the 2006
IEEE/WIC/ACM Conference on Web Intelligent Agent Technology, pp.41-44,
2006.
[12] Z.Huang,”Extensions to the K-means algorithm for clustering large
datasets with categorical values, “Data Mining and Knowledge Discovery,
vol.2, pp.283-304, 1998.
[13] L.Ma, Y.Chen, H.Huang, “AK-Modes: A weighted Clustering Algorithm
for Finding Similar Case Subsets,” 2010.
[14] Hao Cheng, Kien A. Hua and Khanh Vu, “Constrained Locally Weighted
Clustering,” journal proceedings of the VLDB Endowment, vol . 1, no .2, 2008
[15] Guenael cabanes and Younes bennani, “A Simultaneous Two-Level
Clustering Algorithm for Automatic Model Selection,” ICMLA '07
Proceedings of the Sixth International Conference on Machine Learning and
Applications, p p. 316-321, 2007
[16] Kilian Stoffel, Paul Cotofrei and Dong Han, “Fuzzy Methods for Forensic
Data Analysis,” European Journal of Scientific Research, Vol.52 No.4, 2011,
[17] Anuska Ferligoj, “Recent developments in cluster analysis,”
Telecommunication Systems, vol . 1,issue 4, 205–220, 2003

More Related Content

PDF
Survey on classification algorithms for data mining (comparison and evaluation)
PDF
Certain Investigation on Dynamic Clustering in Dynamic Datamining
PDF
Clustering Algorithm with a Novel Similarity Measure
PDF
Improving K-NN Internet Traffic Classification Using Clustering and Principle...
PDF
Vol 16 No 2 - July-December 2016
PDF
Mining Fuzzy Association Rules from Web Usage Quantitative Data
PDF
Recent Trends in Incremental Clustering: A Review
PDF
DENIAL OF SERVICE LOG ANALYSIS USING DENSITY K-MEANS METHOD
Survey on classification algorithms for data mining (comparison and evaluation)
Certain Investigation on Dynamic Clustering in Dynamic Datamining
Clustering Algorithm with a Novel Similarity Measure
Improving K-NN Internet Traffic Classification Using Clustering and Principle...
Vol 16 No 2 - July-December 2016
Mining Fuzzy Association Rules from Web Usage Quantitative Data
Recent Trends in Incremental Clustering: A Review
DENIAL OF SERVICE LOG ANALYSIS USING DENSITY K-MEANS METHOD

What's hot (19)

PDF
The improved k means with particle swarm optimization
PDF
Experimental study of Data clustering using k- Means and modified algorithms
PDF
Feature Subset Selection for High Dimensional Data Using Clustering Techniques
PDF
Influence of priors over multityped object in evolutionary clustering
PDF
INFLUENCE OF PRIORS OVER MULTITYPED OBJECT IN EVOLUTIONARY CLUSTERING
PDF
Using machine learning algorithms to
PDF
Job Scheduling on the Grid Environment using Max-Min Firefly Algorithm
PDF
Du35687693
PDF
Paper id 26201478
PDF
T AXONOMY OF O PTIMIZATION A PPROACHES OF R ESOURCE B ROKERS IN D ATA G RIDS
PDF
C0413016018
PDF
Ir3116271633
PDF
COMPACT WEIGHTED CLASS ASSOCIATION RULE MINING USING INFORMATION GAIN
PDF
PATTERN GENERATION FOR COMPLEX DATA USING HYBRID MINING
PDF
Concept Drift Identification using Classifier Ensemble Approach
PDF
NG2S: A Study of Pro-Environmental Tipping Point via ABMs
PDF
A Novel Multi- Viewpoint based Similarity Measure for Document Clustering
PDF
An Improved Differential Evolution Algorithm for Data Stream Clustering
PDF
Delta-Screening: A Fast and Efficient Technique to Update Communities in Dyna...
The improved k means with particle swarm optimization
Experimental study of Data clustering using k- Means and modified algorithms
Feature Subset Selection for High Dimensional Data Using Clustering Techniques
Influence of priors over multityped object in evolutionary clustering
INFLUENCE OF PRIORS OVER MULTITYPED OBJECT IN EVOLUTIONARY CLUSTERING
Using machine learning algorithms to
Job Scheduling on the Grid Environment using Max-Min Firefly Algorithm
Du35687693
Paper id 26201478
T AXONOMY OF O PTIMIZATION A PPROACHES OF R ESOURCE B ROKERS IN D ATA G RIDS
C0413016018
Ir3116271633
COMPACT WEIGHTED CLASS ASSOCIATION RULE MINING USING INFORMATION GAIN
PATTERN GENERATION FOR COMPLEX DATA USING HYBRID MINING
Concept Drift Identification using Classifier Ensemble Approach
NG2S: A Study of Pro-Environmental Tipping Point via ABMs
A Novel Multi- Viewpoint based Similarity Measure for Document Clustering
An Improved Differential Evolution Algorithm for Data Stream Clustering
Delta-Screening: A Fast and Efficient Technique to Update Communities in Dyna...
Ad

Similar to Survey of Data Mining Techniques on Crime Data Analysis (20)

PDF
Crime Data Analysis, Visualization and Prediction using Data Mining
PDF
Life and science journal.pdf
PDF
A Survey on Data Mining Techniques for Crime Hotspots Prediction
PDF
Review of Algorithms for Crime Analysis & Prediction
PDF
crime rate pridicition using k-means.pdf
PDF
A HYBRID MODEL FOR MINING MULTI DIMENSIONAL DATA SETS
PDF
San Francisco Crime Prediction Report
PDF
CRIME ANALYSIS AND PREDICTION USING MACHINE LEARNING
DOC
San Francisco Crime Analysis Classification Kaggle contest
PDF
Analysis on different Data mining Techniques and algorithms used in IOT
PDF
Minkowski Distance based Feature Selection Algorithm for Effective Intrusion ...
PDF
Classification Techniques: A Review
PDF
Ijarcce 6
PDF
V2 i9 ijertv2is90699-1
PDF
The Use of K-NN and Bees Algorithm for Big Data Intrusion Detection System
PDF
47 292-298
PDF
IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...
PDF
Predictive Modeling for Topographical Analysis of Crime Rate
PDF
Ensemble based Distributed K-Modes Clustering
PDF
84cc04ff77007e457df6aa2b814d2346bf1b
Crime Data Analysis, Visualization and Prediction using Data Mining
Life and science journal.pdf
A Survey on Data Mining Techniques for Crime Hotspots Prediction
Review of Algorithms for Crime Analysis & Prediction
crime rate pridicition using k-means.pdf
A HYBRID MODEL FOR MINING MULTI DIMENSIONAL DATA SETS
San Francisco Crime Prediction Report
CRIME ANALYSIS AND PREDICTION USING MACHINE LEARNING
San Francisco Crime Analysis Classification Kaggle contest
Analysis on different Data mining Techniques and algorithms used in IOT
Minkowski Distance based Feature Selection Algorithm for Effective Intrusion ...
Classification Techniques: A Review
Ijarcce 6
V2 i9 ijertv2is90699-1
The Use of K-NN and Bees Algorithm for Big Data Intrusion Detection System
47 292-298
IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...
Predictive Modeling for Topographical Analysis of Crime Rate
Ensemble based Distributed K-Modes Clustering
84cc04ff77007e457df6aa2b814d2346bf1b
Ad

More from ijdmtaiir (20)

PDF
A review on data mining techniques for Digital Mammographic Analysis
PDF
Comparison on PCA ICA and LDA in Face Recognition
PDF
A Novel Approach to Mathematical Concepts in Data Mining
PDF
Analysis of Classification Algorithm in Data Mining
PDF
Performance Analysis of Selected Classifiers in User Profiling
PDF
Analysis of Sales and Distribution of an IT Industry Using Data Mining Techni...
PDF
Analysis of Influences of memory on Cognitive load Using Neural Network Back ...
PDF
An Analysis of Data Mining Applications for Fraud Detection in Securities Market
PDF
An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...
PDF
Scaling Down Dimensions and Feature Extraction in Document Repository Classif...
PDF
Music Promotes Gross National Happiness Using Neutrosophic fuzzyCognitive Map...
PDF
A Study on Youth Violence and Aggression using DEMATEL with FCM Methods
PDF
Analyzing the Role of a Family in Constructing Gender Roles Using Combined Ov...
PDF
An Interval Based Fuzzy Multiple Expert System to Analyze the Impacts of Clim...
PDF
An Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathy
PDF
Improve the Performance of Clustering Using Combination of Multiple Clusterin...
PDF
The Study of Symptoms of Tuberculosis Using Induced Fuzzy Coginitive Maps (IF...
PDF
A Study on Finding the Key Motive of Happiness Using Fuzzy Cognitive Maps (FCMs)
PDF
Study of sustainable development using Fuzzy Cognitive Relational Maps (FCM)
PDF
A Study of Personality Influence in Building Work Life Balance Using Fuzzy Re...
A review on data mining techniques for Digital Mammographic Analysis
Comparison on PCA ICA and LDA in Face Recognition
A Novel Approach to Mathematical Concepts in Data Mining
Analysis of Classification Algorithm in Data Mining
Performance Analysis of Selected Classifiers in User Profiling
Analysis of Sales and Distribution of an IT Industry Using Data Mining Techni...
Analysis of Influences of memory on Cognitive load Using Neural Network Back ...
An Analysis of Data Mining Applications for Fraud Detection in Securities Market
An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...
Scaling Down Dimensions and Feature Extraction in Document Repository Classif...
Music Promotes Gross National Happiness Using Neutrosophic fuzzyCognitive Map...
A Study on Youth Violence and Aggression using DEMATEL with FCM Methods
Analyzing the Role of a Family in Constructing Gender Roles Using Combined Ov...
An Interval Based Fuzzy Multiple Expert System to Analyze the Impacts of Clim...
An Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathy
Improve the Performance of Clustering Using Combination of Multiple Clusterin...
The Study of Symptoms of Tuberculosis Using Induced Fuzzy Coginitive Maps (IF...
A Study on Finding the Key Motive of Happiness Using Fuzzy Cognitive Maps (FCMs)
Study of sustainable development using Fuzzy Cognitive Relational Maps (FCM)
A Study of Personality Influence in Building Work Life Balance Using Fuzzy Re...

Recently uploaded (20)

PPTX
Geodesy 1.pptx...............................................
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PPTX
OOP with Java - Java Introduction (Basics)
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PPTX
UNIT 4 Total Quality Management .pptx
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPTX
Internet of Things (IOT) - A guide to understanding
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PPTX
web development for engineering and engineering
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPTX
bas. eng. economics group 4 presentation 1.pptx
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PDF
composite construction of structures.pdf
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
Geodesy 1.pptx...............................................
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
OOP with Java - Java Introduction (Basics)
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
UNIT 4 Total Quality Management .pptx
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Internet of Things (IOT) - A guide to understanding
Automation-in-Manufacturing-Chapter-Introduction.pdf
Operating System & Kernel Study Guide-1 - converted.pdf
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
web development for engineering and engineering
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
bas. eng. economics group 4 presentation 1.pptx
Foundation to blockchain - A guide to Blockchain Tech
composite construction of structures.pdf
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Embodied AI: Ushering in the Next Era of Intelligent Systems
Model Code of Practice - Construction Work - 21102022 .pdf

Survey of Data Mining Techniques on Crime Data Analysis

  • 1. Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications Volume: 01 Issue: 02 December 2012 Page No.47-49 ISSN: 2278-2419 47 Survey of Data Mining Techniques on Crime Data Analysis Abstract -Data mining is a process of extracting knowledge from huge amount of data stored in databases, data warehouses and data repositories. Crime is an interesting application where data mining plays an important role in terms of prediction and analysis. Clustering is the process of combining data objects into groups. The data objects within the group are very similar and very dissimilar as well when compared to objects of other groups. This paper presents detailed study on clustering techniques and its role on crime applications. This study also helps crime branch for better prediction and classification of crimes. Key words: Data mining, Crime data analysis, clustering. I. INTRODUCTION In recent years, volume of crime is becoming serious problems in many countries. In today’s world, criminals have maximum use of all modern technologies and hi-tech methods in committing crimes [1]. The law enforcers have to effectively meet out challenges of crime control and maintenance of public order. Hence, creation of data base for crimes and criminals is needed. Developing a good crime analysis tool to identify crime patterns quickly and efficiently for future crime pattern detection is challenging field for researchers.Data mining techniques have higher influence in the fields such as, Law and Enforcement for crime problems, crime data analysis, criminal career analysis, bank frauds and other critical problems. In recent years, data clustering techniques have faced several new challenges including simultaneous feature subset selection, large scale data clustering and semi-supervised clustering. Mostly, cluster analysis is an important human activity which indulge from childhood when learn to distinguish between animals and plants, etc by continuously improving subconscious clustering schemes. It is widely used in numerous applications including pattern recognition, data analysis, image processing, and market research etc [16]. Recent researches on these techniques link the gap between clustering theory and practice of using clustering methods on crime applications [17]. Cluster accuracy can be improved to capture the local correlation structure by associating each cluster with the combination of the dimensions as independent weighting vector and subspace span which is embedded on it [14,15]. The organization of the paper is as follows. Section II describes methods used in crime domain. Role of preprocessing in data mining is presented in section III. Clustering methods have discussed in section IV and section V concludes the paper. II. DATA MINING ON CRIME DOMAIN Recent developments in crime control applications aim at adopting data mining techniques to aid the process of crime investigation. COPLINK is one of the earlier projects which is collaborated with Arizona University and the police department to extract entities from police narrative records [9]. Bruin, Cocx and Koster et al. presented a tool for changing in offender behavior. Extracted factors including frequency, seriousness, duration and nature have been used to compare the similarity between pairs of criminals by a new distance measure and cluster the data accordingly [2]. Brown proposed a framework for regional crime analysis program (ReCAP) [1]. The data mining was adopted as an algorithm for crime data analysis. J.S.de Bruin et.al compared all individuals based on their profiles to analyze and identify criminals and criminal behaviors [2]. Nath et.al used K-means clustering to detect crime pattern to speed up the process of solving crimes [5]. Adderley and Musgrove applied Self Organizing Map (SOM) to link the offenders of serious sexual attacks [11]. Recently, Ozgul et.al proposed a novel prediction model CPM (Crime Prediction Model) to predict perpetuators of unsolved terrorist events on attributes of crime information that are location, date and modus operandi attributes [7]. LianhangMa, Yefang Chen, and Hao Huang et.al presented a two-phase clustering algorithm called AK-modes to automatically find similar case subsets from large datasets [13]. In the attribute-weighing phase, the weight of each attribute related to an offender’s behavior trait using the concept Information Gain Ratio (IGR) in classification domain is computed. The result of attribute- weighing phase is utilized in the clustering process to find similar case subsets. III. ROLE OF DATA PREPROCESSING Data preprocessing techniques are mainly used for producing high-quality mining results. Raw data are being preprocessed before mining because data are in different format, collected from various sources and stored in the data bases and data warehouses. Major steps involved in data mining are data Revatthy Krishnamurthy, J. Satheesh Kumar Research Scholar in Computer Science,Bharathiar University, Coimbatore Asst. Professor in Computer Applications, Bharathiar University, Coimbatore Email: revatthykm11@yahoo.com, jsathee@rediffmail.com
  • 2. Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications Volume: 01 Issue: 02 December 2012 Page No.47-49 ISSN: 2278-2419 48 cleaning, data integration, data transformation and data reduction have shown in Figure 1. Figure 1. Data preprocessing In the data cleaning step, missing values will be filled, noisy data will be smoothened, outlier’s data will be removed and inconsistent data are resolved. Data integration step undergoes merging of data. Data normalization and attribute construction are done in the data transformation for standardizing data. The data range falls under 0.0 to 1.0 during standardization. Attribute subsets are selected from large dataset and dimensionality has reduced. After preprocessing, finally standard data underwent the process of mining and hence better results have obtained. IV. CLUSTERING METHODS FOR CRIME DOMAIN The partition clustering methods primarily classified into K- means, AK-mode and Expectation-Maximization algorithms. The partitioning method constructs ‘k’ partitions of the data from a given dataset of ‘n’ objects. After preprocessing, the operational data are undergoing the clustering techniques for grouping objects as different clusters. A. K-means Clustering Algorithm K-means algorithm mainly used to partition the clusters based on their means. Initially number of objects are grouped and specified as k clusters. The mean value is calculated as the mean distance between the objects. The relocation iterative technique which is used to improve the partitions by moving objects from one group to other. Then number of iterations is done until the convergence occurs. K-means algorithm steps are given as Input: Number of clusters. Step1: Arbitrarily choose k objects from a dataset D of N objects as the initial cluster centers. Step 2: reassign each object which distributed to a cluster based on a cluster center which it is the most similar or the nearer. Step 3: Update the cluster means, i.e. calculate the mean value of the object for each cluster. Output: A set of k clusters. K-means algorithm is a base for all other clustering algorithms to find the mean values. B. Ak-mode Algorithm Ak- mode clustering algorithm is a two step process such as attribute weighing phase and clustering phase. In the attribute weighing phase, weights of the attributes are computed using Information Gain Ratio (IGR) value for each attribute. The greatest value of weight is taken as decisive attribute. The distance between two categorical attributes is computed as the difference between two data records gives the similarity measures. The analyst has set the threshold value α with the help of the computation result of similarity measures. This algorithm is mainly used for categorical attributes. Ak-mode algorithm steps are as follows: Input: Data set, weighted attributes and threshold value. Output: cluster result Step1: Find the number of clusters k and find initial mode of every cluster. Step2: Calculate the distance for every mode and its closest mode. Step3: update each cluster mode. Step4: this process terminates when all the modes do not change. Else go to step 2. Ak-mode algorithm has been used to find the similar subsets automatically from large datasets and mainly applied for categorical attributes. C. Expectation-Maximisation algorithm Expectation- Maximization algorithm is an extension of K- means algorithm which can be used to find the parameter estimates for each cluster. The entire data is a mixture of parametric probabilistic distribution. The weight of attributes is measured in the probability distribution and each object is to be clustered based on the weights instead of assign the objects to the dedicated clusters in K-means. To find parameter estimates, the two steps of iterative refinement algorithm are used. Step1: Expectation step: For each object of clusters, this step calculates the probability of cluster membership of object xi. Step2: Maximization step:
  • 3. Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications Volume: 01 Issue: 02 December 2012 Page No.47-49 ISSN: 2278-2419 49 Re-estimate or refine the model parameters using probability estimation from step1. This EM algorithm is easy to implement and it converges fast in practice. V. CONCLUSION Crime data is a sensitive domain where efficient clustering techniques play vital role for crime analysts and law-enforcers to precede the case in the investigation and help solving unsolved crimes faster. Similarity measures are an important factor which helps to find unsolved crimes in crime pattern. Partition clustering algorithm is one of the best method for finding similarity measures. This paper deals detailed study about importance of clustering and similarity measures in crime domain. REFERENCES [1] D.E. Brown, "The regional crime analysis program (RECAP): A Frame work for mining data to catch criminals," in Proceedings of the IEEE International Conference on Systems, Man, and Cybernetics, Vol. 3, pp. 2848- 2853, 1998. [2] J.S. de Bruin, T.K. Cocx, W.A. Kosters, J. Laros and J.N. Kok, “Data mining approaches to criminal career analysis,” in Proceedings of the Sixth International Conference on Data Mining (ICDM’06), pp.171-177, 2006. [3] J. Han and M. Kamber, “Data Mining: Concepts and Techniques,” Morgan Kaufmann publications, pp. 1-39, 2006. [4] J. Mena, “Investigative Data Mining for Security and Criminal Detection”, Butterworth Heinemann Press, pp. 15-16, 2003. [5] S.V. Nath, “Crime pattern detection using data mining,” in Proceedings of the 2006 IEEE/WIC/ACM InternationaConference on Web Intelligence and Intelligent Agent Technology, pp. 41-44,2006. [6] Brown, D.E and Hagen, S., “Data association methods with application to law enforcement.” Decision Support Systems, 34, 2000, 369-378. [7] Faith Ozgul, Claus Atzenbeck, AhmetCelik, Zeki, Erdem, “Incorporating data Sources and Methodologies for Crime Data Mining,” IEEE proceedings, 2011. [8] H.Chen, W.ChungXu, G.Wang, Y.Qin and M.Chen, “Crime Data Mining: A General Framework and Some Examples,” computer, vol.37, 2004. [9] H.Chen, W.Chung, Y.M.Chan, J.Xu, G.ang, R.Zheng and H. Atabakch,” Crime Data Mining: An Overview and Case Studies,” in proceedings of the annual national conference on digital government research, Boston, pp.1-5, 2003. [10] M.Chan, J.Xu,and H.Chen,”Extracting Meaningful Entities from Police Narrative Reports,” in proceedings of the National Conference on Digital Government Research,pp.271-275,2002. [11] R.Adderly and P.B. Musgrove, “Data Mining Case Study: Modeling the behavior of offenders who commit sexual assaults,” in proceedings of the 2006 IEEE/WIC/ACM Conference on Web Intelligent Agent Technology, pp.41-44, 2006. [12] Z.Huang,”Extensions to the K-means algorithm for clustering large datasets with categorical values, “Data Mining and Knowledge Discovery, vol.2, pp.283-304, 1998. [13] L.Ma, Y.Chen, H.Huang, “AK-Modes: A weighted Clustering Algorithm for Finding Similar Case Subsets,” 2010. [14] Hao Cheng, Kien A. Hua and Khanh Vu, “Constrained Locally Weighted Clustering,” journal proceedings of the VLDB Endowment, vol . 1, no .2, 2008 [15] Guenael cabanes and Younes bennani, “A Simultaneous Two-Level Clustering Algorithm for Automatic Model Selection,” ICMLA '07 Proceedings of the Sixth International Conference on Machine Learning and Applications, p p. 316-321, 2007 [16] Kilian Stoffel, Paul Cotofrei and Dong Han, “Fuzzy Methods for Forensic Data Analysis,” European Journal of Scientific Research, Vol.52 No.4, 2011, [17] Anuska Ferligoj, “Recent developments in cluster analysis,” Telecommunication Systems, vol . 1,issue 4, 205–220, 2003