SlideShare a Scribd company logo
1 of 38
• It is a class of techniques used to classify cases into groups that are -
• relatively homogeneous within themselves and
• heterogeneous between each other
• Homogeneity (similarity) and heterogeneity (dissimilarity) are measured on
the basis of a defined set of variables
• These groups are called clusters.
03/02/15 Cluster analysis for market segmentation
• The nature of Cluster Analysis is data exploration that conducted in
repetitive fashion. Clusterization is not a single grouping, but the
process of getting well interpretable groups of objects under
consideration.
03/02/15 Cluster analysis for market segmentation
–Market segmentation is one of the most fundamental strategic marketing
concepts:
•grouping people (with the willingness, purchasing power, and the authority
to buy) according to their similarity in several dimensions related to a
product under consideration.
–Markets can be segmented based on:
•Demographics
•Psychographics
•Geographics
•Product Benefits
•Behavioral Segmentation
03/02/15 Cluster analysis for market segmentation
•Cluster analysis is especially useful for market segmentation.
•Segmenting a market means dividing its potential consumers into
separate sub-sets where
•Consumers in the same group are similar with respect to a given set of
characteristics
•Consumers belonging to different groups are dissimilar with respect to the
same set of characteristics
•This allows one to calibrate the marketing mix differently according to
the target consumer group.
03/02/15 Cluster analysis for market segmentation
• Help marketers discover distinct groups in their customer bases, and then use this
knowledge to develop targeted marketing programs
• The underlying definition of cluster analysis procedures mimic the goals of market
segmentation:
- to identify groups of respondents that minimizes differences among members of
the same group
• highly internally homogeneous groups
- while maximizing differences between different groups
• highly externally heterogeneous groups
• Market Segmentation solution depends on
variables used to segment the market
method used to arrive at a certain segmentation
03/02/15 Cluster analysis for market segmentation
• Product characteristics and the identification of new product opportunities.
• Clustering of similar brands or products according to their characteristics allow
one to identify competitors, potential market opportunities and available niches
• Data reduction
• Factor analysis and principal component analysis allow to reduce the number of variables.
• Cluster analysis allows to reduce the number of observations, by grouping them into
homogeneous clusters.
• Maps profiling simultaneously consumers and products, market opportunities and
preferences as in preference or perceptual mappings.
03/02/15 Cluster analysis for market segmentation
• Select a distance measure
• Select a clustering algorithm
• Define the distance between two clusters
• Determine the number of clusters
• Validate the analysis
03/02/15 Cluster analysis for market segmentation
• To measure similarity between two observations a distance measure is needed
• With a single variable, similarity is straightforward
• Example: income – two individuals are similar if their income level is similar
and the level of dissimilarity increases as the income gap increases
• Multiple variables require an aggregate distance measure
• Many characteristics (e.g. income, age, consumption habits, family
composition, owning a car, education level, job…), it becomes more difficult
to define similarity with a single value
• The most known measure of distance is the Euclidean distance, which is the
concept we use in everyday life for spatial coordinates.
03/02/15 Cluster analysis for market segmentation
• Other distance measures: Chebychev, Minkowski, Mahalanobis
• An alternative approach: use correlation measures, where
correlations are not between variables, but between observations.
• Each observation is characterized by a set of measurements (one
for each variable) and bi-variate correlations can be computed
between two observations.
03/02/15 Cluster analysis for market segmentation
• Hierarchical procedures
• Agglomerative (start from n clusters to get to 1 cluster)
• Divisive (start from 1 cluster to get to n clusters)
• Non hierarchical procedures
• K-means clustering
03/02/15 Cluster analysis for market segmentation
• Agglomerative:
• Each of the n observations constitutes a separate cluster
• The two clusters that are more similar according to same distance rule are
aggregated, so that in step 1 there are n-1 clusters
• In the second step another cluster is formed (n-2 clusters), by nesting the two clusters
that are more similar, and so on
• There is a merging in each step until all observations end up in a single cluster in the
final step.
• Divisive
• All observations are initially assumed to belong to a single cluster
• The most dissimilar observation is extracted to form a separate cluster
• In step 1 there will be 2 clusters, in the second step three clusters and so on, until the
final step will produce as many clusters as the number of observations.
• The number of clusters determines the stopping rule for the
algorithms
03/02/15 Cluster analysis for market segmentation
• These algorithms do not follow a hierarchy and produce a single partition
• Knowledge of the number of clusters (c) is required
• In the first step, initial cluster centres (the seeds) are determined for each of
the c clusters, either by the researcher or by the software (usually the first c
observation or observations are chosen randomly)
• Each iteration allocates observations to each of the c clusters, based on their
distance from the cluster centres
• Cluster centres are computed again and observations may be reallocated to
the nearest cluster in the next iteration
• When no observations can be reallocated or a stopping rule is met, the
process stops
03/02/15 Cluster analysis for market segmentation
• Given k, the k-means algorithm is implemented in four
steps:
1. Partition objects into k nonempty subsets
2. Compute seed points as the centroids of the clusters of the
current partition (the centroid is the center, i.e., mean point,
of the cluster)
3. Assign each object to the cluster with the nearest seed point
4. Go back to Step 2, stop when no more new assignment.
03/02/15 Cluster analysis for market segmentation
• Example
03/02/15 Cluster analysis for market segmentation
Hierarchical Methods Non-hierarchical methods
• No decision about the number of clusters
• Problems when data contain a high level of
error
• Can be very slow, preferable with small data-
sets
• Initial decisions are more influential (one-
step only)
• At each step they require computation of the
full proximity matrix
• Faster, more reliable, works with
large data sets
• Need to specify the number of
clusters
• Need to set the initial seeds
• Only cluster distances to seeds need
to be computed in each iteration
03/02/15 Cluster analysis for market segmentation
• Algorithms vary according to the way the distance
between two clusters is defined.
• The most common algorithm for hierarchical methods
include
• single linkage method
• complete linkage method
• average linkage method
• Ward algorithm
• centroid method
03/02/15 Cluster analysis for market segmentation
• Single linkage method (nearest neighbour): distance between two
clusters is the minimum distance among all possible distances
between observations belonging to the two clusters.
03/02/15 Cluster analysis for market segmentation
• Complete linkage method (furthest
neighbour): nests two cluster using
as a basis the maximum distance
between observations belonging to
separate clusters.
• Average linkage method: the distance
between two clusters is the average
of all distances between observations
in the two clusters
03/02/15 Cluster analysis for market segmentation
• The distance between two clusters is the distance between the two
centroids,
• Centroids are the cluster averages for each of the variables
• each cluster is defined by a single set of coordinates, the averages of the
coordinates of all individual observations belonging to that cluster
• Difference between the centroid and the average linkage method
• Centroid: computes the average of the co-ordinates of the observations
belonging to an individual cluster
• Average linkage: computes the average of the distances between two
separate clusters.
03/02/15 Cluster analysis for market segmentation
03/02/15 Cluster analysis for market segmentation
1. First perform a hierarchical method to define the number of clusters
2. Then use the k-means procedure to actually form the clusters
The reallocation problem
• Rigidity of hierarchical methods: once a unit is classified into a cluster, it cannot be moved to
other clusters in subsequent steps
• The k-means method allows a reclassification of all units in each iteration.
• If some uncertainty about the number of clusters remains after running the hierarchical
method, one may also run several k-means clustering procedures and apply the previously
discussed statistical tests to choose the best partition.
03/02/15 Cluster analysis for market segmentation
• The observations are preliminarily aggregated into clusters using an hybrid
hierarchical procedure named cluster feature tree.
• This first step produces a number of pre-clusters, which is higher than the
final number of clusters, but much smaller than the number of observations.
• In the second step, a hierarchical method is used to classify the pre-
clusters, obtaining the final classification.
• During this second clustering step, it is possible to determine the number of
clusters.
The user can either fix the number of clusters or let the algorithm search for
the best one according to information criteria which are also based on
goodness-of-fit measures
03/02/15 Cluster analysis for market segmentation
03/02/15 Cluster analysis for market segmentation
03/02/15 Cluster analysis for market segmentation
03/02/15 Cluster analysis for market segmentation
03/02/15 Cluster analysis for market segmentation
03/02/15 Cluster analysis for market segmentation
• It might seem that cluster analysis is too sensitive to the researcher’s choice.
• This is partly due to the relatively small data-set and possibly to correlation
between variables
• However, all outputs point out to a segment with older and poorer household
and another with younger and larger households, with high expenditures.
• By intensifying the search and adjusting some of the properties, cluster
analysis does help identifying homogeneous groups.
• “Moral”: cluster analysis needs to be adequately validated and it may be risky
to run a single cluster analysis and take the results as truly informative,
especially in presence of outliers.
03/02/15 Cluster analysis for market segmentation
03/02/15 Cluster analysis for market segmentation
Sara Dolnicar
University of Wollongong,
sarad@uow.edu.au
03/02/15 Cluster analysis for market segmentation
03/02/15 Cluster analysis for market segmentation
03/02/15 Cluster analysis for market segmentation
03/02/15 Cluster analysis for market segmentation
03/02/15 Cluster analysis for market segmentation
 Leonard Kaufman and Peter Rousseeuw (2005), Finding Groups in Data: An
Introduction to Cluster Analysis, Wiley Series in Probability and Statistics, 337 p.
 Mark Aldenderfer and Roger Blashfield (1984), Cluster Analysis (Quantitative
Applications in the Social Sciences), SAGE Publications, Inc., 90 p.
 Brian Everitt, Sabine Landau and Morven Leese (2001) Cluster Analysis, Oxford
University Press, 248 p.
 Marketing Segmentation (
http://www.beckmanmarketing8e.nelson.com/ppt/chapter03.pps. )
03/02/15 Cluster analysis for market segmentation
03/02/15 Cluster analysis for market segmentation
03/02/15 Cluster analysis for market segmentation

More Related Content

What's hot

culture & indian consumer buying behavior by Amitesh singh yadav
culture & indian consumer buying behavior by Amitesh singh yadavculture & indian consumer buying behavior by Amitesh singh yadav
culture & indian consumer buying behavior by Amitesh singh yadavAmitesh Singh Yadav
 
Cluster analysis
Cluster analysisCluster analysis
Cluster analysissaba khan
 
Chapter 1 Marketing Research Malhotra
Chapter 1 Marketing Research MalhotraChapter 1 Marketing Research Malhotra
Chapter 1 Marketing Research MalhotraAADITYA TANTIA
 
Consumer Decision Making Process
Consumer Decision Making ProcessConsumer Decision Making Process
Consumer Decision Making Processunnati shah
 
Consumer behaviour
Consumer behaviourConsumer behaviour
Consumer behaviourkawther Ali
 
Comparative and Non-Comparative Scaling Techniques
Comparative and Non-Comparative Scaling TechniquesComparative and Non-Comparative Scaling Techniques
Comparative and Non-Comparative Scaling TechniquesVarsha Prakash
 
Buyer behaviour
Buyer behaviourBuyer behaviour
Buyer behaviourosmawati
 
Influence of reference groups on consumer behaviour
Influence of reference groups on consumer behaviourInfluence of reference groups on consumer behaviour
Influence of reference groups on consumer behaviourprabaharan b
 
Levels of Consumer Decision making & A model of Consumer Decision making in C...
Levels of Consumer Decision making & A model of Consumer Decision making in C...Levels of Consumer Decision making & A model of Consumer Decision making in C...
Levels of Consumer Decision making & A model of Consumer Decision making in C...AJIT GAUTAM
 
Cluster analysis using spss
Cluster analysis using spssCluster analysis using spss
Cluster analysis using spssDr Nisha Arora
 
Consumer Decision Making
Consumer Decision MakingConsumer Decision Making
Consumer Decision Makingajithsrc
 
DEFINING THE MARKETING RESEARCH PROBLEM AND DEVELOPING AN APPROACH
DEFINING THE MARKETING RESEARCH PROBLEM AND DEVELOPING AN APPROACHDEFINING THE MARKETING RESEARCH PROBLEM AND DEVELOPING AN APPROACH
DEFINING THE MARKETING RESEARCH PROBLEM AND DEVELOPING AN APPROACHShashank Kapoor
 
Factor Analysis in Research
Factor Analysis in ResearchFactor Analysis in Research
Factor Analysis in ResearchQasim Raza
 
Personality and self concept- Studying Consumer Behaviour
Personality and self concept- Studying Consumer Behaviour Personality and self concept- Studying Consumer Behaviour
Personality and self concept- Studying Consumer Behaviour Nupur Agarwal
 
Marketing research designs ppt
Marketing research designs pptMarketing research designs ppt
Marketing research designs pptHara Sahu
 
Sales And Distribution Management
Sales And Distribution ManagementSales And Distribution Management
Sales And Distribution ManagementZulfikar A. Bharmal
 

What's hot (20)

culture & indian consumer buying behavior by Amitesh singh yadav
culture & indian consumer buying behavior by Amitesh singh yadavculture & indian consumer buying behavior by Amitesh singh yadav
culture & indian consumer buying behavior by Amitesh singh yadav
 
Cluster analysis
Cluster analysisCluster analysis
Cluster analysis
 
Chapter 1 Marketing Research Malhotra
Chapter 1 Marketing Research MalhotraChapter 1 Marketing Research Malhotra
Chapter 1 Marketing Research Malhotra
 
Consumer Decision Making Process
Consumer Decision Making ProcessConsumer Decision Making Process
Consumer Decision Making Process
 
Conjoint Analysis
Conjoint AnalysisConjoint Analysis
Conjoint Analysis
 
Consumer behaviour
Consumer behaviourConsumer behaviour
Consumer behaviour
 
Comparative and Non-Comparative Scaling Techniques
Comparative and Non-Comparative Scaling TechniquesComparative and Non-Comparative Scaling Techniques
Comparative and Non-Comparative Scaling Techniques
 
Buyer behaviour
Buyer behaviourBuyer behaviour
Buyer behaviour
 
Influence of reference groups on consumer behaviour
Influence of reference groups on consumer behaviourInfluence of reference groups on consumer behaviour
Influence of reference groups on consumer behaviour
 
Levels of Consumer Decision making & A model of Consumer Decision making in C...
Levels of Consumer Decision making & A model of Consumer Decision making in C...Levels of Consumer Decision making & A model of Consumer Decision making in C...
Levels of Consumer Decision making & A model of Consumer Decision making in C...
 
Cluster analysis using spss
Cluster analysis using spssCluster analysis using spss
Cluster analysis using spss
 
Session 1 2 cb
Session 1 2 cbSession 1 2 cb
Session 1 2 cb
 
Consumer Decision Making
Consumer Decision MakingConsumer Decision Making
Consumer Decision Making
 
DEFINING THE MARKETING RESEARCH PROBLEM AND DEVELOPING AN APPROACH
DEFINING THE MARKETING RESEARCH PROBLEM AND DEVELOPING AN APPROACHDEFINING THE MARKETING RESEARCH PROBLEM AND DEVELOPING AN APPROACH
DEFINING THE MARKETING RESEARCH PROBLEM AND DEVELOPING AN APPROACH
 
Factor Analysis in Research
Factor Analysis in ResearchFactor Analysis in Research
Factor Analysis in Research
 
7 domain's framework
7 domain's framework7 domain's framework
7 domain's framework
 
Market Segmentation
 Market Segmentation Market Segmentation
Market Segmentation
 
Personality and self concept- Studying Consumer Behaviour
Personality and self concept- Studying Consumer Behaviour Personality and self concept- Studying Consumer Behaviour
Personality and self concept- Studying Consumer Behaviour
 
Marketing research designs ppt
Marketing research designs pptMarketing research designs ppt
Marketing research designs ppt
 
Sales And Distribution Management
Sales And Distribution ManagementSales And Distribution Management
Sales And Distribution Management
 

Viewers also liked

Is there a market for my new product nf programme 2012 mirc athlone
Is there a market for my new product   nf programme 2012 mirc athloneIs there a market for my new product   nf programme 2012 mirc athlone
Is there a market for my new product nf programme 2012 mirc athloneGreg Byrne
 
Laptop industry analysis porter pestel By Saurabh Maloo
Laptop industry analysis porter pestel By Saurabh MalooLaptop industry analysis porter pestel By Saurabh Maloo
Laptop industry analysis porter pestel By Saurabh MalooSaurabh Maloo
 
Introduction to Market Segmentation
Introduction to Market SegmentationIntroduction to Market Segmentation
Introduction to Market SegmentationRaymund Sanchez
 
“How to build and market a new product category” by Niklas Jansen, co-founder...
“How to build and market a new product category” by Niklas Jansen, co-founder...“How to build and market a new product category” by Niklas Jansen, co-founder...
“How to build and market a new product category” by Niklas Jansen, co-founder...TheFamily
 
Market and Customer Development - Entrepreneurship 101
Market and Customer Development - Entrepreneurship 101 Market and Customer Development - Entrepreneurship 101
Market and Customer Development - Entrepreneurship 101 MaRS Discovery District
 
Accounting Scandal- Waste management Inc
Accounting Scandal- Waste management IncAccounting Scandal- Waste management Inc
Accounting Scandal- Waste management IncSaurabh Maloo
 
Case study on Physical devices used in Computer forensics.
Case study on Physical devices used in Computer forensics.Case study on Physical devices used in Computer forensics.
Case study on Physical devices used in Computer forensics.Vishal Tandel
 

Viewers also liked (10)

PESTLE Analysis: Brazil
PESTLE Analysis: BrazilPESTLE Analysis: Brazil
PESTLE Analysis: Brazil
 
Is there a market for my new product nf programme 2012 mirc athlone
Is there a market for my new product   nf programme 2012 mirc athloneIs there a market for my new product   nf programme 2012 mirc athlone
Is there a market for my new product nf programme 2012 mirc athlone
 
Laptop industry analysis porter pestel By Saurabh Maloo
Laptop industry analysis porter pestel By Saurabh MalooLaptop industry analysis porter pestel By Saurabh Maloo
Laptop industry analysis porter pestel By Saurabh Maloo
 
Csr presentation
Csr   presentationCsr   presentation
Csr presentation
 
Introduction to Market Segmentation
Introduction to Market SegmentationIntroduction to Market Segmentation
Introduction to Market Segmentation
 
“How to build and market a new product category” by Niklas Jansen, co-founder...
“How to build and market a new product category” by Niklas Jansen, co-founder...“How to build and market a new product category” by Niklas Jansen, co-founder...
“How to build and market a new product category” by Niklas Jansen, co-founder...
 
Market and Customer Development - Entrepreneurship 101
Market and Customer Development - Entrepreneurship 101 Market and Customer Development - Entrepreneurship 101
Market and Customer Development - Entrepreneurship 101
 
Letter Written In 2070
Letter Written In 2070Letter Written In 2070
Letter Written In 2070
 
Accounting Scandal- Waste management Inc
Accounting Scandal- Waste management IncAccounting Scandal- Waste management Inc
Accounting Scandal- Waste management Inc
 
Case study on Physical devices used in Computer forensics.
Case study on Physical devices used in Computer forensics.Case study on Physical devices used in Computer forensics.
Case study on Physical devices used in Computer forensics.
 

Similar to Cluster analysis for market segmentation

CLuster analysis presentation.pptx
CLuster analysis presentation.pptxCLuster analysis presentation.pptx
CLuster analysis presentation.pptxSAJANVERMA4
 
01 Statistika Lanjut - Cluster Analysis part 1 with sound (1).pptx
01 Statistika Lanjut - Cluster Analysis  part 1 with sound (1).pptx01 Statistika Lanjut - Cluster Analysis  part 1 with sound (1).pptx
01 Statistika Lanjut - Cluster Analysis part 1 with sound (1).pptxniawiya
 
SPSS Step-by-Step Tutorial and Statistical Guides by Statswork
SPSS Step-by-Step Tutorial and Statistical Guides by StatsworkSPSS Step-by-Step Tutorial and Statistical Guides by Statswork
SPSS Step-by-Step Tutorial and Statistical Guides by StatsworkStats Statswork
 
Different Algorithms used in classification [Auto-saved].pptx
Different Algorithms used in classification [Auto-saved].pptxDifferent Algorithms used in classification [Auto-saved].pptx
Different Algorithms used in classification [Auto-saved].pptxAzad988896
 
Spss tutorial-cluster-analysis
Spss tutorial-cluster-analysisSpss tutorial-cluster-analysis
Spss tutorial-cluster-analysisAnimesh Kumar
 
cluster analysis(1).pptxbfdhdhhthjhfghhj
cluster analysis(1).pptxbfdhdhhthjhfghhjcluster analysis(1).pptxbfdhdhhthjhfghhj
cluster analysis(1).pptxbfdhdhhthjhfghhjKaranSingh784447
 
Machine Learning Clustering
Machine Learning ClusteringMachine Learning Clustering
Machine Learning ClusteringRupak Roy
 
DS9 - Clustering.pptx
DS9 - Clustering.pptxDS9 - Clustering.pptx
DS9 - Clustering.pptxJK970901
 
Cluster spss week7
Cluster spss week7Cluster spss week7
Cluster spss week7Birat Sharma
 
Read first few slides cluster analysis
Read first few slides cluster analysisRead first few slides cluster analysis
Read first few slides cluster analysisKritika Jain
 
Clusteranalysis 121206234137-phpapp01
Clusteranalysis 121206234137-phpapp01Clusteranalysis 121206234137-phpapp01
Clusteranalysis 121206234137-phpapp01deepti gupta
 
UNIT - 4: Data Warehousing and Data Mining
UNIT - 4: Data Warehousing and Data MiningUNIT - 4: Data Warehousing and Data Mining
UNIT - 4: Data Warehousing and Data MiningNandakumar P
 
Unsupervised Learning in Machine Learning
Unsupervised Learning in Machine LearningUnsupervised Learning in Machine Learning
Unsupervised Learning in Machine LearningPyingkodi Maran
 
Unsupervised Learning-Clustering Algorithms.pptx
Unsupervised Learning-Clustering Algorithms.pptxUnsupervised Learning-Clustering Algorithms.pptx
Unsupervised Learning-Clustering Algorithms.pptxjasontseng19
 

Similar to Cluster analysis for market segmentation (20)

CLuster analysis presentation.pptx
CLuster analysis presentation.pptxCLuster analysis presentation.pptx
CLuster analysis presentation.pptx
 
01 Statistika Lanjut - Cluster Analysis part 1 with sound (1).pptx
01 Statistika Lanjut - Cluster Analysis  part 1 with sound (1).pptx01 Statistika Lanjut - Cluster Analysis  part 1 with sound (1).pptx
01 Statistika Lanjut - Cluster Analysis part 1 with sound (1).pptx
 
ch_20_cluster_analysis.ppt
ch_20_cluster_analysis.pptch_20_cluster_analysis.ppt
ch_20_cluster_analysis.ppt
 
SPSS Step-by-Step Tutorial and Statistical Guides by Statswork
SPSS Step-by-Step Tutorial and Statistical Guides by StatsworkSPSS Step-by-Step Tutorial and Statistical Guides by Statswork
SPSS Step-by-Step Tutorial and Statistical Guides by Statswork
 
Different Algorithms used in classification [Auto-saved].pptx
Different Algorithms used in classification [Auto-saved].pptxDifferent Algorithms used in classification [Auto-saved].pptx
Different Algorithms used in classification [Auto-saved].pptx
 
Spss tutorial-cluster-analysis
Spss tutorial-cluster-analysisSpss tutorial-cluster-analysis
Spss tutorial-cluster-analysis
 
Cluster analysis
Cluster analysisCluster analysis
Cluster analysis
 
cluster analysis(1).pptxbfdhdhhthjhfghhj
cluster analysis(1).pptxbfdhdhhthjhfghhjcluster analysis(1).pptxbfdhdhhthjhfghhj
cluster analysis(1).pptxbfdhdhhthjhfghhj
 
Machine Learning Clustering
Machine Learning ClusteringMachine Learning Clustering
Machine Learning Clustering
 
DS9 - Clustering.pptx
DS9 - Clustering.pptxDS9 - Clustering.pptx
DS9 - Clustering.pptx
 
Cluster spss week7
Cluster spss week7Cluster spss week7
Cluster spss week7
 
Read first few slides cluster analysis
Read first few slides cluster analysisRead first few slides cluster analysis
Read first few slides cluster analysis
 
Clusteranalysis
Clusteranalysis Clusteranalysis
Clusteranalysis
 
Clusteranalysis 121206234137-phpapp01
Clusteranalysis 121206234137-phpapp01Clusteranalysis 121206234137-phpapp01
Clusteranalysis 121206234137-phpapp01
 
UNIT - 4: Data Warehousing and Data Mining
UNIT - 4: Data Warehousing and Data MiningUNIT - 4: Data Warehousing and Data Mining
UNIT - 4: Data Warehousing and Data Mining
 
Unsupervised Learning in Machine Learning
Unsupervised Learning in Machine LearningUnsupervised Learning in Machine Learning
Unsupervised Learning in Machine Learning
 
Data mining
Data miningData mining
Data mining
 
L7PDF.pdf
L7PDF.pdfL7PDF.pdf
L7PDF.pdf
 
Unsupervised Learning-Clustering Algorithms.pptx
Unsupervised Learning-Clustering Algorithms.pptxUnsupervised Learning-Clustering Algorithms.pptx
Unsupervised Learning-Clustering Algorithms.pptx
 
Rohit 10103543
Rohit 10103543Rohit 10103543
Rohit 10103543
 

More from Vishal Tandel

honey pots introduction and its types
honey pots introduction and its typeshoney pots introduction and its types
honey pots introduction and its typesVishal Tandel
 
Introduction of Windows azure and overview
Introduction of Windows azure and overviewIntroduction of Windows azure and overview
Introduction of Windows azure and overviewVishal Tandel
 
Mobile transport layer - traditional TCP
Mobile transport layer - traditional TCPMobile transport layer - traditional TCP
Mobile transport layer - traditional TCPVishal Tandel
 
Introduction on Prolog - Programming in Logic
Introduction on Prolog - Programming in LogicIntroduction on Prolog - Programming in Logic
Introduction on Prolog - Programming in LogicVishal Tandel
 
Case Study on Google.
Case Study on Google.Case Study on Google.
Case Study on Google.Vishal Tandel
 

More from Vishal Tandel (6)

honey pots introduction and its types
honey pots introduction and its typeshoney pots introduction and its types
honey pots introduction and its types
 
Introduction of Windows azure and overview
Introduction of Windows azure and overviewIntroduction of Windows azure and overview
Introduction of Windows azure and overview
 
Mobile transport layer - traditional TCP
Mobile transport layer - traditional TCPMobile transport layer - traditional TCP
Mobile transport layer - traditional TCP
 
Route maps
Route mapsRoute maps
Route maps
 
Introduction on Prolog - Programming in Logic
Introduction on Prolog - Programming in LogicIntroduction on Prolog - Programming in Logic
Introduction on Prolog - Programming in Logic
 
Case Study on Google.
Case Study on Google.Case Study on Google.
Case Study on Google.
 

Recently uploaded

Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 

Recently uploaded (20)

Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 

Cluster analysis for market segmentation

  • 1.
  • 2. • It is a class of techniques used to classify cases into groups that are - • relatively homogeneous within themselves and • heterogeneous between each other • Homogeneity (similarity) and heterogeneity (dissimilarity) are measured on the basis of a defined set of variables • These groups are called clusters. 03/02/15 Cluster analysis for market segmentation
  • 3. • The nature of Cluster Analysis is data exploration that conducted in repetitive fashion. Clusterization is not a single grouping, but the process of getting well interpretable groups of objects under consideration. 03/02/15 Cluster analysis for market segmentation
  • 4. –Market segmentation is one of the most fundamental strategic marketing concepts: •grouping people (with the willingness, purchasing power, and the authority to buy) according to their similarity in several dimensions related to a product under consideration. –Markets can be segmented based on: •Demographics •Psychographics •Geographics •Product Benefits •Behavioral Segmentation 03/02/15 Cluster analysis for market segmentation
  • 5. •Cluster analysis is especially useful for market segmentation. •Segmenting a market means dividing its potential consumers into separate sub-sets where •Consumers in the same group are similar with respect to a given set of characteristics •Consumers belonging to different groups are dissimilar with respect to the same set of characteristics •This allows one to calibrate the marketing mix differently according to the target consumer group. 03/02/15 Cluster analysis for market segmentation
  • 6. • Help marketers discover distinct groups in their customer bases, and then use this knowledge to develop targeted marketing programs • The underlying definition of cluster analysis procedures mimic the goals of market segmentation: - to identify groups of respondents that minimizes differences among members of the same group • highly internally homogeneous groups - while maximizing differences between different groups • highly externally heterogeneous groups • Market Segmentation solution depends on variables used to segment the market method used to arrive at a certain segmentation 03/02/15 Cluster analysis for market segmentation
  • 7. • Product characteristics and the identification of new product opportunities. • Clustering of similar brands or products according to their characteristics allow one to identify competitors, potential market opportunities and available niches • Data reduction • Factor analysis and principal component analysis allow to reduce the number of variables. • Cluster analysis allows to reduce the number of observations, by grouping them into homogeneous clusters. • Maps profiling simultaneously consumers and products, market opportunities and preferences as in preference or perceptual mappings. 03/02/15 Cluster analysis for market segmentation
  • 8. • Select a distance measure • Select a clustering algorithm • Define the distance between two clusters • Determine the number of clusters • Validate the analysis 03/02/15 Cluster analysis for market segmentation
  • 9. • To measure similarity between two observations a distance measure is needed • With a single variable, similarity is straightforward • Example: income – two individuals are similar if their income level is similar and the level of dissimilarity increases as the income gap increases • Multiple variables require an aggregate distance measure • Many characteristics (e.g. income, age, consumption habits, family composition, owning a car, education level, job…), it becomes more difficult to define similarity with a single value • The most known measure of distance is the Euclidean distance, which is the concept we use in everyday life for spatial coordinates. 03/02/15 Cluster analysis for market segmentation
  • 10. • Other distance measures: Chebychev, Minkowski, Mahalanobis • An alternative approach: use correlation measures, where correlations are not between variables, but between observations. • Each observation is characterized by a set of measurements (one for each variable) and bi-variate correlations can be computed between two observations. 03/02/15 Cluster analysis for market segmentation
  • 11. • Hierarchical procedures • Agglomerative (start from n clusters to get to 1 cluster) • Divisive (start from 1 cluster to get to n clusters) • Non hierarchical procedures • K-means clustering 03/02/15 Cluster analysis for market segmentation
  • 12. • Agglomerative: • Each of the n observations constitutes a separate cluster • The two clusters that are more similar according to same distance rule are aggregated, so that in step 1 there are n-1 clusters • In the second step another cluster is formed (n-2 clusters), by nesting the two clusters that are more similar, and so on • There is a merging in each step until all observations end up in a single cluster in the final step. • Divisive • All observations are initially assumed to belong to a single cluster • The most dissimilar observation is extracted to form a separate cluster • In step 1 there will be 2 clusters, in the second step three clusters and so on, until the final step will produce as many clusters as the number of observations. • The number of clusters determines the stopping rule for the algorithms 03/02/15 Cluster analysis for market segmentation
  • 13. • These algorithms do not follow a hierarchy and produce a single partition • Knowledge of the number of clusters (c) is required • In the first step, initial cluster centres (the seeds) are determined for each of the c clusters, either by the researcher or by the software (usually the first c observation or observations are chosen randomly) • Each iteration allocates observations to each of the c clusters, based on their distance from the cluster centres • Cluster centres are computed again and observations may be reallocated to the nearest cluster in the next iteration • When no observations can be reallocated or a stopping rule is met, the process stops 03/02/15 Cluster analysis for market segmentation
  • 14. • Given k, the k-means algorithm is implemented in four steps: 1. Partition objects into k nonempty subsets 2. Compute seed points as the centroids of the clusters of the current partition (the centroid is the center, i.e., mean point, of the cluster) 3. Assign each object to the cluster with the nearest seed point 4. Go back to Step 2, stop when no more new assignment. 03/02/15 Cluster analysis for market segmentation
  • 15. • Example 03/02/15 Cluster analysis for market segmentation
  • 16. Hierarchical Methods Non-hierarchical methods • No decision about the number of clusters • Problems when data contain a high level of error • Can be very slow, preferable with small data- sets • Initial decisions are more influential (one- step only) • At each step they require computation of the full proximity matrix • Faster, more reliable, works with large data sets • Need to specify the number of clusters • Need to set the initial seeds • Only cluster distances to seeds need to be computed in each iteration 03/02/15 Cluster analysis for market segmentation
  • 17. • Algorithms vary according to the way the distance between two clusters is defined. • The most common algorithm for hierarchical methods include • single linkage method • complete linkage method • average linkage method • Ward algorithm • centroid method 03/02/15 Cluster analysis for market segmentation
  • 18. • Single linkage method (nearest neighbour): distance between two clusters is the minimum distance among all possible distances between observations belonging to the two clusters. 03/02/15 Cluster analysis for market segmentation
  • 19. • Complete linkage method (furthest neighbour): nests two cluster using as a basis the maximum distance between observations belonging to separate clusters. • Average linkage method: the distance between two clusters is the average of all distances between observations in the two clusters 03/02/15 Cluster analysis for market segmentation
  • 20. • The distance between two clusters is the distance between the two centroids, • Centroids are the cluster averages for each of the variables • each cluster is defined by a single set of coordinates, the averages of the coordinates of all individual observations belonging to that cluster • Difference between the centroid and the average linkage method • Centroid: computes the average of the co-ordinates of the observations belonging to an individual cluster • Average linkage: computes the average of the distances between two separate clusters. 03/02/15 Cluster analysis for market segmentation
  • 21. 03/02/15 Cluster analysis for market segmentation
  • 22. 1. First perform a hierarchical method to define the number of clusters 2. Then use the k-means procedure to actually form the clusters The reallocation problem • Rigidity of hierarchical methods: once a unit is classified into a cluster, it cannot be moved to other clusters in subsequent steps • The k-means method allows a reclassification of all units in each iteration. • If some uncertainty about the number of clusters remains after running the hierarchical method, one may also run several k-means clustering procedures and apply the previously discussed statistical tests to choose the best partition. 03/02/15 Cluster analysis for market segmentation
  • 23. • The observations are preliminarily aggregated into clusters using an hybrid hierarchical procedure named cluster feature tree. • This first step produces a number of pre-clusters, which is higher than the final number of clusters, but much smaller than the number of observations. • In the second step, a hierarchical method is used to classify the pre- clusters, obtaining the final classification. • During this second clustering step, it is possible to determine the number of clusters. The user can either fix the number of clusters or let the algorithm search for the best one according to information criteria which are also based on goodness-of-fit measures 03/02/15 Cluster analysis for market segmentation
  • 24. 03/02/15 Cluster analysis for market segmentation
  • 25. 03/02/15 Cluster analysis for market segmentation
  • 26. 03/02/15 Cluster analysis for market segmentation
  • 27. 03/02/15 Cluster analysis for market segmentation
  • 28. 03/02/15 Cluster analysis for market segmentation
  • 29. • It might seem that cluster analysis is too sensitive to the researcher’s choice. • This is partly due to the relatively small data-set and possibly to correlation between variables • However, all outputs point out to a segment with older and poorer household and another with younger and larger households, with high expenditures. • By intensifying the search and adjusting some of the properties, cluster analysis does help identifying homogeneous groups. • “Moral”: cluster analysis needs to be adequately validated and it may be risky to run a single cluster analysis and take the results as truly informative, especially in presence of outliers. 03/02/15 Cluster analysis for market segmentation
  • 30. 03/02/15 Cluster analysis for market segmentation Sara Dolnicar University of Wollongong, sarad@uow.edu.au
  • 31. 03/02/15 Cluster analysis for market segmentation
  • 32. 03/02/15 Cluster analysis for market segmentation
  • 33. 03/02/15 Cluster analysis for market segmentation
  • 34. 03/02/15 Cluster analysis for market segmentation
  • 35. 03/02/15 Cluster analysis for market segmentation
  • 36.  Leonard Kaufman and Peter Rousseeuw (2005), Finding Groups in Data: An Introduction to Cluster Analysis, Wiley Series in Probability and Statistics, 337 p.  Mark Aldenderfer and Roger Blashfield (1984), Cluster Analysis (Quantitative Applications in the Social Sciences), SAGE Publications, Inc., 90 p.  Brian Everitt, Sabine Landau and Morven Leese (2001) Cluster Analysis, Oxford University Press, 248 p.  Marketing Segmentation ( http://www.beckmanmarketing8e.nelson.com/ppt/chapter03.pps. ) 03/02/15 Cluster analysis for market segmentation
  • 37. 03/02/15 Cluster analysis for market segmentation
  • 38. 03/02/15 Cluster analysis for market segmentation