SlideShare a Scribd company logo
1 of 17
HIERARCHICA
L CLUSTER
ANALYSIS
SUBMITTED TO:
PROF. SOMEN SAHU
DEPT. OF FES
SUBMITTED BY –
AGNIVA PRADHAN
M.F.Sc 2ND SEMESTER
DEPT. OF FNT
M/F/2021/03
 A Hierarchical clustering method
works via grouping data into a tree of
clusters. Hierarchical clustering begins
by treating every data point as a
separate cluster.
 All the examples are of fruit of
different kinds.
 In contrast to non-hierarchical cluster analysis, hierarchical
cluster analysis forms clusters iteratively, by successively
joining or splitting groups.
 There are two kinds:
 Divisive - which starts with the entire data set in one large
group and then successively splits it into smaller groups
until each observation is its own group.
 Agglomerative - in which each observation starts in its own
group, and groups are successively paired until at the end
every observation is in the same large group.
 Divisive methods are computationally intensive and have
had limited applications in the social sciences.
 Agglomerative methods have been implemented in many
standard software packages.
 Initially consider every data point as an individual Cluster and
at every step, merge the nearest pairs of the cluster. (It is a
bottom-up method). At first, every dataset is considered as an
individual entity or cluster. At every iteration, the clusters
merge with different clusters until one cluster is formed.
 The algorithm for Agglomerative Hierarchical Clustering is:
1. Calculate the similarity of one cluster with all the other
clusters (calculate proximity matrix)
2. Consider every data point as an individual cluster
3. Merge the clusters which are highly similar or close to each
other.
4. Recalculate the proximity matrix for each cluster
5. Repeat Steps 3 and 4 until only a single cluster remains.
6. Let’s see the graphical representation of this algorithm using
a dendrogram.
 We can say that the Divisive
Hierarchical clustering is
precisely the opposite of the
Agglomerative Hierarchical
clustering. In Divisive
Hierarchical clustering, we
take into account all of the
data points as a single cluster
and in every iteration, we
separate the data points from
the clusters which aren’t
comparable. In the end, we
are left with N clusters.
 It is to understand and implement.
 We don’t have to pre-specify any particular number of clusters.
 Can obtain any desired number of clusters by cutting the Dendrogram
at the proper level.
 They may correspond to meaningful classification.
 Easy to decide the number of clusters by merely looking at the
Dendrogram.
 Hierarchical Clustering does not work well on vast amounts of data.
 All the approaches to calculate the similarity between clusters have their own
disadvantages.
 In hierarchical Clustering, once a decision is made to combine two clusters, it cannot be
undone.
 Different measures have problems with one or more of the following.
 Sensitivity to noise and outliers.
 Faces Difficulty when handling with different sizes of clusters.
 It is breaking large clusters.
 In this technique, the order of the data has an impact on the final results.
 Here I have taken fish buying behaviour of consumers. There are 5 Question with
the answer with 6 categories. Like 1 – Strongly Disagree, 2 – little Disagree, 3-
disagree, 4- Little Agree, 5- Agree, 6- Strongly Agree. Here I have taken the data
from 25 respondents.
 Q1: I love to buy Fish in market every day.
 Q2: I buy fish in discounted price.
 Q3: I like to bargain while buying.
 Q4: I compare the price of the fishes in various shop.
 Q5: I enjoy Eating Fish products.
Q1 Q2 Q3 Q4 Q5
1 1 5 6 6 4
2 6 5 5 6 6
3 4 6 3 4 1
4 2 3 4 6 3
5 4 5 3 4 6
6 6 4 6 3 3
7 5 3 6 3 3
8 6 3 6 4 1
9 2 4 3 3 6
10 3 5 3 6 4
11 1 3 2 3 5
12 5 4 5 4 2
13 2 2 1 5 4
14 4 6 4 6 4
15 6 5 4 2 1
16 3 5 4 6 4
17 4 4 7 2 2
18 3 6 2 6 4
19 4 6 3 6 2
20 2 3 2 4 7
21 6 4 7 3 2
22 2 3 1 4 5
23 7 2 6 4 1
24 4 6 4 5 3
Agglomeration Schedule
Stage Cluster Combined Coefficients Stage Cluster First Appears Next Stage
Cluster 1 Cluster 2 Cluster 1 Cluster 2
1 10 16 1.000 0 0 8
2 11 25 2.000 0 0 13
3 14 24 2.000 0 0 10
4 8 23 2.000 0 0 15
5 6 21 2.000 0 0 7
6 13 22 3.000 0 0 16
7 6 7 3.000 5 0 11
8 10 18 3.500 1 0 12
9 9 20 4.000 0 0 13
10 14 19 4.000 3 0 12
11 6 12 4.667 7 0 14
12 10 14 5.000 8 10 20
13 9 11 5.000 9 2 16
14 6 17 6.500 11 0 15
15 6 8 8.800 14 4 22
16 9 13 9.250 13 6 23
17 3 15 10.000 0 0 22
18 1 4 10.000 0 0 20
19 2 5 12.000 0 0 21
20 1 10 13.833 18 12 21
21 1 2 17.875 20 19 23
22 3 6 18.000 17 15 24
23 1 9 27.033 21 16 24
24 1 3 37.972 23 22 0
Cluster Membership
Case 4
Clusters
3
Clusters
2
Clusters
1 1 1 1
2 1 1 1
3 2 2 2
4 1 1 1
5 1 1 1
6 3 2 2
7 3 2 2
8 3 2 2
9 4 3 1
10 1 1 1
11 4 3 1
12 3 2 2
13 4 3 1
14 1 1 1
15 2 2 2
16 1 1 1
17 3 2 2
18 1 1 1
19 1 1 1
20 4 3 1
21 3 2 2
22 4 3 1
23 3 2 2
24 1 1 1
25 4 3 1
HIERARCHICAL CLUSTER ANALYSIS.pptx
HIERARCHICAL CLUSTER ANALYSIS.pptx

More Related Content

Similar to HIERARCHICAL CLUSTER ANALYSIS.pptx

Classification & Clustering.pptx
Classification & Clustering.pptxClassification & Clustering.pptx
Classification & Clustering.pptxImXaib
 
3 Unsupervised learning
3 Unsupervised learning3 Unsupervised learning
3 Unsupervised learningDmytro Fishman
 
12. Cluster Analysis_19_3_21.pptx cluster
12. Cluster Analysis_19_3_21.pptx cluster12. Cluster Analysis_19_3_21.pptx cluster
12. Cluster Analysis_19_3_21.pptx clustermenotes
 
Properties of Normal Distribution
Properties of Normal DistributionProperties of Normal Distribution
Properties of Normal DistributionDr. Lokesh Gupta
 
cluster analysis(1).pptxbfdhdhhthjhfghhj
cluster analysis(1).pptxbfdhdhhthjhfghhjcluster analysis(1).pptxbfdhdhhthjhfghhj
cluster analysis(1).pptxbfdhdhhthjhfghhjKaranSingh784447
 
Market Research on Travel Preference
Market Research on Travel PreferenceMarket Research on Travel Preference
Market Research on Travel PreferenceSaptarshi Dhar
 
Christian Hennig- Assessing the quality of a clustering
Christian Hennig- Assessing the quality of a clusteringChristian Hennig- Assessing the quality of a clustering
Christian Hennig- Assessing the quality of a clusteringPyData
 
ITB tutorial WEKA Prabhat Agarwal
ITB tutorial WEKA Prabhat AgarwalITB tutorial WEKA Prabhat Agarwal
ITB tutorial WEKA Prabhat AgarwalPrabhat Agarwal
 
Cluster spss week7
Cluster spss week7Cluster spss week7
Cluster spss week7Birat Sharma
 
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
 
Machine Learning Clustering
Machine Learning ClusteringMachine Learning Clustering
Machine Learning ClusteringRupak Roy
 
MODULE 4_ CLUSTERING.pptx
MODULE 4_ CLUSTERING.pptxMODULE 4_ CLUSTERING.pptx
MODULE 4_ CLUSTERING.pptxnikshaikh786
 
Overview of sparse and low-rank matrix / tensor techniques
Overview of sparse and low-rank matrix / tensor techniques Overview of sparse and low-rank matrix / tensor techniques
Overview of sparse and low-rank matrix / tensor techniques Alexander Litvinenko
 
6MODULE 2Module 2 Problem SetEXAMPLEGrand .docx
6MODULE 2Module 2 Problem SetEXAMPLEGrand .docx6MODULE 2Module 2 Problem SetEXAMPLEGrand .docx
6MODULE 2Module 2 Problem SetEXAMPLEGrand .docxblondellchancy
 
WEEK 1 2_MATH 6.pptx
WEEK 1  2_MATH 6.pptxWEEK 1  2_MATH 6.pptx
WEEK 1 2_MATH 6.pptxIkea Lolira
 
Parametric and non parametric test
Parametric and non parametric testParametric and non parametric test
Parametric and non parametric testAjay Malpani
 

Similar to HIERARCHICAL CLUSTER ANALYSIS.pptx (20)

Classification & Clustering.pptx
Classification & Clustering.pptxClassification & Clustering.pptx
Classification & Clustering.pptx
 
Cluster analysis
Cluster analysisCluster analysis
Cluster analysis
 
3 Unsupervised learning
3 Unsupervised learning3 Unsupervised learning
3 Unsupervised learning
 
12. Cluster Analysis_19_3_21.pptx cluster
12. Cluster Analysis_19_3_21.pptx cluster12. Cluster Analysis_19_3_21.pptx cluster
12. Cluster Analysis_19_3_21.pptx cluster
 
Inferential stat tests samples discuss 4
Inferential stat tests samples discuss 4Inferential stat tests samples discuss 4
Inferential stat tests samples discuss 4
 
Properties of Normal Distribution
Properties of Normal DistributionProperties of Normal Distribution
Properties of Normal Distribution
 
cluster analysis(1).pptxbfdhdhhthjhfghhj
cluster analysis(1).pptxbfdhdhhthjhfghhjcluster analysis(1).pptxbfdhdhhthjhfghhj
cluster analysis(1).pptxbfdhdhhthjhfghhj
 
Market Research on Travel Preference
Market Research on Travel PreferenceMarket Research on Travel Preference
Market Research on Travel Preference
 
Christian Hennig- Assessing the quality of a clustering
Christian Hennig- Assessing the quality of a clusteringChristian Hennig- Assessing the quality of a clustering
Christian Hennig- Assessing the quality of a clustering
 
ITB tutorial WEKA Prabhat Agarwal
ITB tutorial WEKA Prabhat AgarwalITB tutorial WEKA Prabhat Agarwal
ITB tutorial WEKA Prabhat Agarwal
 
Cluster spss week7
Cluster spss week7Cluster spss week7
Cluster spss week7
 
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
 
Machine Learning Clustering
Machine Learning ClusteringMachine Learning Clustering
Machine Learning Clustering
 
MODULE 4_ CLUSTERING.pptx
MODULE 4_ CLUSTERING.pptxMODULE 4_ CLUSTERING.pptx
MODULE 4_ CLUSTERING.pptx
 
Overview of sparse and low-rank matrix / tensor techniques
Overview of sparse and low-rank matrix / tensor techniques Overview of sparse and low-rank matrix / tensor techniques
Overview of sparse and low-rank matrix / tensor techniques
 
6MODULE 2Module 2 Problem SetEXAMPLEGrand .docx
6MODULE 2Module 2 Problem SetEXAMPLEGrand .docx6MODULE 2Module 2 Problem SetEXAMPLEGrand .docx
6MODULE 2Module 2 Problem SetEXAMPLEGrand .docx
 
WEEK 1 2_MATH 6.pptx
WEEK 1  2_MATH 6.pptxWEEK 1  2_MATH 6.pptx
WEEK 1 2_MATH 6.pptx
 
Clustering.pptx
Clustering.pptxClustering.pptx
Clustering.pptx
 
Parametric and non parametric test
Parametric and non parametric testParametric and non parametric test
Parametric and non parametric test
 
Clustering on DSS
Clustering on DSSClustering on DSS
Clustering on DSS
 

More from agniva pradhan

CLIENT SIDE PROCESSING.pptx
CLIENT SIDE PROCESSING.pptxCLIENT SIDE PROCESSING.pptx
CLIENT SIDE PROCESSING.pptxagniva pradhan
 
1. METHODS OF CLUSTER ANALYSIS.pptx
1. METHODS OF CLUSTER ANALYSIS.pptx1. METHODS OF CLUSTER ANALYSIS.pptx
1. METHODS OF CLUSTER ANALYSIS.pptxagniva pradhan
 
TWO STEP CLUSTER ANALYSIS.pptx
TWO STEP CLUSTER ANALYSIS.pptxTWO STEP CLUSTER ANALYSIS.pptx
TWO STEP CLUSTER ANALYSIS.pptxagniva pradhan
 
NEAREST NEIGHBOUR CLUSTER ANALYSIS.pptx
NEAREST NEIGHBOUR CLUSTER ANALYSIS.pptxNEAREST NEIGHBOUR CLUSTER ANALYSIS.pptx
NEAREST NEIGHBOUR CLUSTER ANALYSIS.pptxagniva pradhan
 
CLUSTER SILHOUETTES.pptx
CLUSTER SILHOUETTES.pptxCLUSTER SILHOUETTES.pptx
CLUSTER SILHOUETTES.pptxagniva pradhan
 
METHODS OF CLUSTER ANALYSIS.pptx
METHODS OF CLUSTER ANALYSIS.pptxMETHODS OF CLUSTER ANALYSIS.pptx
METHODS OF CLUSTER ANALYSIS.pptxagniva pradhan
 
ROC CURVE AND ANALYSIS.pptx
ROC CURVE AND ANALYSIS.pptxROC CURVE AND ANALYSIS.pptx
ROC CURVE AND ANALYSIS.pptxagniva pradhan
 
K – means cluster analysis.pptx
K – means cluster analysis.pptxK – means cluster analysis.pptx
K – means cluster analysis.pptxagniva pradhan
 
DISCRIMINABLE CLUSTER ANALYSIS.pptx
DISCRIMINABLE CLUSTER ANALYSIS.pptxDISCRIMINABLE CLUSTER ANALYSIS.pptx
DISCRIMINABLE CLUSTER ANALYSIS.pptxagniva pradhan
 
Agniva pradhan seminar on disinfectant
Agniva pradhan seminar on disinfectantAgniva pradhan seminar on disinfectant
Agniva pradhan seminar on disinfectantagniva pradhan
 

More from agniva pradhan (11)

CLIENT SIDE PROCESSING.pptx
CLIENT SIDE PROCESSING.pptxCLIENT SIDE PROCESSING.pptx
CLIENT SIDE PROCESSING.pptx
 
1. METHODS OF CLUSTER ANALYSIS.pptx
1. METHODS OF CLUSTER ANALYSIS.pptx1. METHODS OF CLUSTER ANALYSIS.pptx
1. METHODS OF CLUSTER ANALYSIS.pptx
 
TWO STEP CLUSTER ANALYSIS.pptx
TWO STEP CLUSTER ANALYSIS.pptxTWO STEP CLUSTER ANALYSIS.pptx
TWO STEP CLUSTER ANALYSIS.pptx
 
NEAREST NEIGHBOUR CLUSTER ANALYSIS.pptx
NEAREST NEIGHBOUR CLUSTER ANALYSIS.pptxNEAREST NEIGHBOUR CLUSTER ANALYSIS.pptx
NEAREST NEIGHBOUR CLUSTER ANALYSIS.pptx
 
CLUSTER SILHOUETTES.pptx
CLUSTER SILHOUETTES.pptxCLUSTER SILHOUETTES.pptx
CLUSTER SILHOUETTES.pptx
 
METHODS OF CLUSTER ANALYSIS.pptx
METHODS OF CLUSTER ANALYSIS.pptxMETHODS OF CLUSTER ANALYSIS.pptx
METHODS OF CLUSTER ANALYSIS.pptx
 
ROC CURVE AND ANALYSIS.pptx
ROC CURVE AND ANALYSIS.pptxROC CURVE AND ANALYSIS.pptx
ROC CURVE AND ANALYSIS.pptx
 
DECESSION TREE.pptx
DECESSION TREE.pptxDECESSION TREE.pptx
DECESSION TREE.pptx
 
K – means cluster analysis.pptx
K – means cluster analysis.pptxK – means cluster analysis.pptx
K – means cluster analysis.pptx
 
DISCRIMINABLE CLUSTER ANALYSIS.pptx
DISCRIMINABLE CLUSTER ANALYSIS.pptxDISCRIMINABLE CLUSTER ANALYSIS.pptx
DISCRIMINABLE CLUSTER ANALYSIS.pptx
 
Agniva pradhan seminar on disinfectant
Agniva pradhan seminar on disinfectantAgniva pradhan seminar on disinfectant
Agniva pradhan seminar on disinfectant
 

Recently uploaded

B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxStephen266013
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfRachmat Ramadhan H
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFxolyaivanovalion
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusTimothy Spann
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxJohnnyPlasten
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxolyaivanovalion
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysismanisha194592
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130Suhani Kapoor
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptxthyngster
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAroojKhan71
 
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad EscortsCall girls in Ahmedabad High profile
 

Recently uploaded (20)

B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docx
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptx
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
E-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptxE-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptx
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
 
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts
 

HIERARCHICAL CLUSTER ANALYSIS.pptx

  • 1. HIERARCHICA L CLUSTER ANALYSIS SUBMITTED TO: PROF. SOMEN SAHU DEPT. OF FES SUBMITTED BY – AGNIVA PRADHAN M.F.Sc 2ND SEMESTER DEPT. OF FNT M/F/2021/03
  • 2.  A Hierarchical clustering method works via grouping data into a tree of clusters. Hierarchical clustering begins by treating every data point as a separate cluster.  All the examples are of fruit of different kinds.
  • 3.  In contrast to non-hierarchical cluster analysis, hierarchical cluster analysis forms clusters iteratively, by successively joining or splitting groups.  There are two kinds:  Divisive - which starts with the entire data set in one large group and then successively splits it into smaller groups until each observation is its own group.  Agglomerative - in which each observation starts in its own group, and groups are successively paired until at the end every observation is in the same large group.  Divisive methods are computationally intensive and have had limited applications in the social sciences.  Agglomerative methods have been implemented in many standard software packages.
  • 4.  Initially consider every data point as an individual Cluster and at every step, merge the nearest pairs of the cluster. (It is a bottom-up method). At first, every dataset is considered as an individual entity or cluster. At every iteration, the clusters merge with different clusters until one cluster is formed.  The algorithm for Agglomerative Hierarchical Clustering is: 1. Calculate the similarity of one cluster with all the other clusters (calculate proximity matrix) 2. Consider every data point as an individual cluster 3. Merge the clusters which are highly similar or close to each other. 4. Recalculate the proximity matrix for each cluster 5. Repeat Steps 3 and 4 until only a single cluster remains. 6. Let’s see the graphical representation of this algorithm using a dendrogram.
  • 5.  We can say that the Divisive Hierarchical clustering is precisely the opposite of the Agglomerative Hierarchical clustering. In Divisive Hierarchical clustering, we take into account all of the data points as a single cluster and in every iteration, we separate the data points from the clusters which aren’t comparable. In the end, we are left with N clusters.
  • 6.  It is to understand and implement.  We don’t have to pre-specify any particular number of clusters.  Can obtain any desired number of clusters by cutting the Dendrogram at the proper level.  They may correspond to meaningful classification.  Easy to decide the number of clusters by merely looking at the Dendrogram.
  • 7.  Hierarchical Clustering does not work well on vast amounts of data.  All the approaches to calculate the similarity between clusters have their own disadvantages.  In hierarchical Clustering, once a decision is made to combine two clusters, it cannot be undone.  Different measures have problems with one or more of the following.  Sensitivity to noise and outliers.  Faces Difficulty when handling with different sizes of clusters.  It is breaking large clusters.  In this technique, the order of the data has an impact on the final results.
  • 8.  Here I have taken fish buying behaviour of consumers. There are 5 Question with the answer with 6 categories. Like 1 – Strongly Disagree, 2 – little Disagree, 3- disagree, 4- Little Agree, 5- Agree, 6- Strongly Agree. Here I have taken the data from 25 respondents.  Q1: I love to buy Fish in market every day.  Q2: I buy fish in discounted price.  Q3: I like to bargain while buying.  Q4: I compare the price of the fishes in various shop.  Q5: I enjoy Eating Fish products.
  • 9. Q1 Q2 Q3 Q4 Q5 1 1 5 6 6 4 2 6 5 5 6 6 3 4 6 3 4 1 4 2 3 4 6 3 5 4 5 3 4 6 6 6 4 6 3 3 7 5 3 6 3 3 8 6 3 6 4 1 9 2 4 3 3 6 10 3 5 3 6 4 11 1 3 2 3 5 12 5 4 5 4 2 13 2 2 1 5 4 14 4 6 4 6 4 15 6 5 4 2 1 16 3 5 4 6 4 17 4 4 7 2 2 18 3 6 2 6 4 19 4 6 3 6 2 20 2 3 2 4 7 21 6 4 7 3 2 22 2 3 1 4 5 23 7 2 6 4 1 24 4 6 4 5 3
  • 10.
  • 11.
  • 12.
  • 13.
  • 14. Agglomeration Schedule Stage Cluster Combined Coefficients Stage Cluster First Appears Next Stage Cluster 1 Cluster 2 Cluster 1 Cluster 2 1 10 16 1.000 0 0 8 2 11 25 2.000 0 0 13 3 14 24 2.000 0 0 10 4 8 23 2.000 0 0 15 5 6 21 2.000 0 0 7 6 13 22 3.000 0 0 16 7 6 7 3.000 5 0 11 8 10 18 3.500 1 0 12 9 9 20 4.000 0 0 13 10 14 19 4.000 3 0 12 11 6 12 4.667 7 0 14 12 10 14 5.000 8 10 20 13 9 11 5.000 9 2 16 14 6 17 6.500 11 0 15 15 6 8 8.800 14 4 22 16 9 13 9.250 13 6 23 17 3 15 10.000 0 0 22 18 1 4 10.000 0 0 20 19 2 5 12.000 0 0 21 20 1 10 13.833 18 12 21 21 1 2 17.875 20 19 23 22 3 6 18.000 17 15 24 23 1 9 27.033 21 16 24 24 1 3 37.972 23 22 0
  • 15. Cluster Membership Case 4 Clusters 3 Clusters 2 Clusters 1 1 1 1 2 1 1 1 3 2 2 2 4 1 1 1 5 1 1 1 6 3 2 2 7 3 2 2 8 3 2 2 9 4 3 1 10 1 1 1 11 4 3 1 12 3 2 2 13 4 3 1 14 1 1 1 15 2 2 2 16 1 1 1 17 3 2 2 18 1 1 1 19 1 1 1 20 4 3 1 21 3 2 2 22 4 3 1 23 3 2 2 24 1 1 1 25 4 3 1