SlideShare a Scribd company logo
1 of 104
Download to read offline
Data Mining Cluster Analysis: Basic Concepts  and Algorithms Lecture Notes for Chapter 8 Introduction to Data Mining by Tan, Steinbach, Kumar © Tan,Steinbach, Kumar    Introduction to Data Mining    4/18/2004
What is Cluster Analysis? ,[object Object],Inter-cluster distances are maximized Intra-cluster distances are minimized
Applications of Cluster Analysis ,[object Object],[object Object],[object Object],[object Object],Clustering precipitation in Australia
What is not Cluster Analysis? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Notion of a Cluster can be Ambiguous How many clusters? Four Clusters   Two Clusters   Six Clusters
Types of Clusterings ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Partitional Clustering Original Points A Partitional  Clustering
Hierarchical Clustering Traditional Hierarchical Clustering Non-traditional Hierarchical Clustering Non-traditional Dendrogram Traditional Dendrogram
Other Distinctions Between Sets of Clusters ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Types of Clusters ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Types of Clusters: Well-Separated ,[object Object],[object Object],3 well-separated clusters
Types of Clusters: Center-Based ,[object Object],[object Object],[object Object],4 center-based clusters
Types of Clusters: Contiguity-Based ,[object Object],[object Object],8 contiguous clusters
Types of Clusters: Density-Based ,[object Object],[object Object],[object Object],6 density-based clusters
Types of Clusters: Conceptual Clusters ,[object Object],[object Object],[object Object],2 Overlapping Circles
Types of Clusters: Objective Function ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Types of Clusters: Objective Function … ,[object Object],[object Object],[object Object],[object Object]
Characteristics of the Input Data Are Important ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Clustering Algorithms ,[object Object],[object Object],[object Object]
K-means Clustering ,[object Object],[object Object],[object Object],[object Object],[object Object]
K-means Clustering – Details ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Two different K-means Clusterings Original Points Sub-optimal Clustering Optimal Clustering
Importance of Choosing Initial Centroids
Importance of Choosing Initial Centroids
Evaluating K-means Clusters ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Importance of Choosing Initial Centroids …
Importance of Choosing Initial Centroids …
Problems with Selecting Initial Points ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
10 Clusters Example Starting with two initial centroids in one cluster of each pair of clusters
10 Clusters Example Starting with two initial centroids in one cluster of each pair of clusters
10 Clusters Example Starting with some pairs of clusters having three initial centroids, while other have only one.
10 Clusters Example Starting with some pairs of clusters having three initial centroids, while other have only one.
Solutions to Initial Centroids Problem ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Handling Empty Clusters ,[object Object],[object Object],[object Object],[object Object],[object Object]
Updating Centers Incrementally ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Pre-processing and Post-processing ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Bisecting K-means ,[object Object],[object Object]
Bisecting K-means Example
Limitations of K-means ,[object Object],[object Object],[object Object],[object Object],[object Object]
Limitations of K-means: Differing Sizes Original Points K-means (3 Clusters)
Limitations of K-means: Differing Density Original Points K-means (3 Clusters)
Limitations of K-means: Non-globular Shapes Original Points K-means (2 Clusters)
Overcoming K-means Limitations Original Points K-means Clusters ,[object Object],[object Object]
Overcoming K-means Limitations Original Points K-means Clusters
Overcoming K-means Limitations Original Points K-means Clusters
Hierarchical Clustering  ,[object Object],[object Object],[object Object]
Strengths of Hierarchical Clustering ,[object Object],[object Object],[object Object],[object Object]
Hierarchical Clustering ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Agglomerative Clustering Algorithm ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Starting Situation  ,[object Object],Proximity Matrix p1 p3 p5 p4 p2 p1 p2 p3 p4 p5 . . . . . .
Intermediate Situation ,[object Object],C1 C4 C2 C5 C3 Proximity Matrix C2 C1 C1 C3 C5 C4 C2 C3 C4 C5
Intermediate Situation ,[object Object],C1 C4 C2 C5 C3 Proximity Matrix C2 C1 C1 C3 C5 C4 C2 C3 C4 C5
After Merging ,[object Object],C1 C4 C2  U  C5 C3 ?  ?  ?  ?    ? ? ? C2  U  C5 C1 C1 C3 C4 C2  U  C5 C3 C4 Proximity Matrix
How to Define Inter-Cluster Similarity Similarity? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Proximity Matrix p1 p3 p5 p4 p2 p1 p2 p3 p4 p5 . . . . . .
How to Define Inter-Cluster Similarity Proximity Matrix ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],p1 p3 p5 p4 p2 p1 p2 p3 p4 p5 . . . . . .
How to Define Inter-Cluster Similarity Proximity Matrix ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],p1 p3 p5 p4 p2 p1 p2 p3 p4 p5 . . . . . .
How to Define Inter-Cluster Similarity Proximity Matrix ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],p1 p3 p5 p4 p2 p1 p2 p3 p4 p5 . . . . . .
How to Define Inter-Cluster Similarity Proximity Matrix ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],  p1 p3 p5 p4 p2 p1 p2 p3 p4 p5 . . . . . .
Cluster Similarity: MIN or Single Link  ,[object Object],[object Object],1 2 3 4 5
Hierarchical Clustering: MIN Nested Clusters Dendrogram 1 2 3 4 5 6 1 2 3 4 5
Strength of MIN Original Points ,[object Object],Two Clusters
Limitations of MIN Original Points ,[object Object],Two Clusters
Cluster Similarity: MAX or Complete Linkage ,[object Object],[object Object],1 2 3 4 5
Hierarchical Clustering: MAX Nested Clusters Dendrogram 1 2 3 4 5 6 1 2 5 3 4
Strength of MAX Original Points ,[object Object],Two Clusters
Limitations of MAX Original Points ,[object Object],[object Object],Two Clusters
Cluster Similarity: Group Average ,[object Object],[object Object],1 2 3 4 5
Hierarchical Clustering: Group Average Nested Clusters Dendrogram 1 2 3 4 5 6 1 2 5 3 4
Hierarchical Clustering: Group Average ,[object Object],[object Object],[object Object],[object Object],[object Object]
Cluster Similarity: Ward’s Method ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Hierarchical Clustering: Comparison Group Average Ward’s Method MIN MAX 1 2 3 4 5 6 1 2 5 3 4 1 2 3 4 5 6 1 2 5 3 4 1 2 3 4 5 6 1 2 5 3 4 1 2 3 4 5 6 1 2 3 4 5
Hierarchical Clustering:  Time and Space requirements ,[object Object],[object Object],[object Object],[object Object],[object Object]
Hierarchical Clustering:  Problems and Limitations ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
MST: Divisive Hierarchical Clustering ,[object Object],[object Object],[object Object],[object Object]
MST: Divisive Hierarchical Clustering ,[object Object]
DBSCAN ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
DBSCAN: Core, Border, and Noise Points
DBSCAN Algorithm ,[object Object],[object Object]
DBSCAN: Core, Border and Noise Points Original Points Point types:  core ,  border  and  noise Eps = 10, MinPts = 4
When DBSCAN Works Well Original Points ,[object Object],[object Object],Clusters
When DBSCAN Does NOT Work Well Original Points (MinPts=4, Eps=9.75).   (MinPts=4, Eps=9.92) ,[object Object],[object Object]
DBSCAN: Determining EPS and MinPts ,[object Object],[object Object],[object Object]
Cluster Validity  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Clusters found in Random Data Random Points K-means DBSCAN Complete Link
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Different Aspects of Cluster Validation
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Measures of Cluster Validity
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Measuring Cluster Validity Via Correlation
Measuring Cluster Validity Via Correlation ,[object Object],Corr = -0.9235 Corr = -0.5810
[object Object],Using Similarity Matrix for Cluster Validation
Using Similarity Matrix for Cluster Validation ,[object Object],DBSCAN
Using Similarity Matrix for Cluster Validation ,[object Object],K-means
Using Similarity Matrix for Cluster Validation ,[object Object],Complete Link
Using Similarity Matrix for Cluster Validation DBSCAN
[object Object],[object Object],[object Object],[object Object],[object Object],Internal Measures: SSE
Internal Measures: SSE ,[object Object],SSE of clusters found using K-means
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Framework for Cluster Validity
[object Object],[object Object],[object Object],Statistical Framework for SSE
[object Object],Statistical Framework for Correlation Corr = -0.9235 Corr = -0.5810
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Internal Measures: Cohesion and Separation
Internal Measures: Cohesion and Separation ,[object Object],[object Object],1 2 3 4 5    m 1 m 2 m K=2 clusters: K=1 cluster:
[object Object],[object Object],[object Object],Internal Measures: Cohesion and Separation cohesion separation
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Internal Measures: Silhouette Coefficient
External Measures of Cluster Validity: Entropy and Purity
[object Object],[object Object],[object Object],Final Comment on Cluster Validity

More Related Content

What's hot (20)

Hierarchical Clustering
Hierarchical ClusteringHierarchical Clustering
Hierarchical Clustering
 
Principal component analysis and lda
Principal component analysis and ldaPrincipal component analysis and lda
Principal component analysis and lda
 
Principal Component Analysis (PCA) and LDA PPT Slides
Principal Component Analysis (PCA) and LDA PPT SlidesPrincipal Component Analysis (PCA) and LDA PPT Slides
Principal Component Analysis (PCA) and LDA PPT Slides
 
Hierarchical clustering.pptx
Hierarchical clustering.pptxHierarchical clustering.pptx
Hierarchical clustering.pptx
 
Clustering ppt
Clustering pptClustering ppt
Clustering ppt
 
Clusters techniques
Clusters techniquesClusters techniques
Clusters techniques
 
Clustering
ClusteringClustering
Clustering
 
Hierachical clustering
Hierachical clusteringHierachical clustering
Hierachical clustering
 
Presentation on K-Means Clustering
Presentation on K-Means ClusteringPresentation on K-Means Clustering
Presentation on K-Means Clustering
 
Introduction to Clustering algorithm
Introduction to Clustering algorithmIntroduction to Clustering algorithm
Introduction to Clustering algorithm
 
Chapter 8. Classification Basic Concepts.ppt
Chapter 8. Classification Basic Concepts.pptChapter 8. Classification Basic Concepts.ppt
Chapter 8. Classification Basic Concepts.ppt
 
CART – Classification & Regression Trees
CART – Classification & Regression TreesCART – Classification & Regression Trees
CART – Classification & Regression Trees
 
Lect5 principal component analysis
Lect5 principal component analysisLect5 principal component analysis
Lect5 principal component analysis
 
3.3 hierarchical methods
3.3 hierarchical methods3.3 hierarchical methods
3.3 hierarchical methods
 
05 Clustering in Data Mining
05 Clustering in Data Mining05 Clustering in Data Mining
05 Clustering in Data Mining
 
K-means Clustering
K-means ClusteringK-means Clustering
K-means Clustering
 
Cluster analysis
Cluster analysisCluster analysis
Cluster analysis
 
K mean-clustering
K mean-clusteringK mean-clustering
K mean-clustering
 
Cluster Analysis
Cluster Analysis Cluster Analysis
Cluster Analysis
 
Cluster analysis
Cluster analysisCluster analysis
Cluster analysis
 

Viewers also liked

Belief Networks & Bayesian Classification
Belief Networks & Bayesian ClassificationBelief Networks & Bayesian Classification
Belief Networks & Bayesian ClassificationAdnan Masood
 
Association Analysis
Association AnalysisAssociation Analysis
Association Analysisguest0edcaf
 
Data Mining: clustering and analysis
Data Mining: clustering and analysisData Mining: clustering and analysis
Data Mining: clustering and analysisDataminingTools Inc
 
Bayesian Networks - A Brief Introduction
Bayesian Networks - A Brief IntroductionBayesian Networks - A Brief Introduction
Bayesian Networks - A Brief IntroductionAdnan Masood
 
Bayesian Belief Networks for dummies
Bayesian Belief Networks for dummiesBayesian Belief Networks for dummies
Bayesian Belief Networks for dummiesGilad Barkan
 
Types of clustering and different types of clustering algorithms
Types of clustering and different types of clustering algorithmsTypes of clustering and different types of clustering algorithms
Types of clustering and different types of clustering algorithmsPrashanth Guntal
 
Clustering training
Clustering trainingClustering training
Clustering trainingGabor Veress
 
K means Clustering
K means ClusteringK means Clustering
K means ClusteringEdureka!
 

Viewers also liked (11)

Belief Networks & Bayesian Classification
Belief Networks & Bayesian ClassificationBelief Networks & Bayesian Classification
Belief Networks & Bayesian Classification
 
Association Analysis
Association AnalysisAssociation Analysis
Association Analysis
 
Data Mining: clustering and analysis
Data Mining: clustering and analysisData Mining: clustering and analysis
Data Mining: clustering and analysis
 
Clustering: A Survey
Clustering: A SurveyClustering: A Survey
Clustering: A Survey
 
Bayesian Networks - A Brief Introduction
Bayesian Networks - A Brief IntroductionBayesian Networks - A Brief Introduction
Bayesian Networks - A Brief Introduction
 
Bayesian Belief Networks for dummies
Bayesian Belief Networks for dummiesBayesian Belief Networks for dummies
Bayesian Belief Networks for dummies
 
Types of clustering and different types of clustering algorithms
Types of clustering and different types of clustering algorithmsTypes of clustering and different types of clustering algorithms
Types of clustering and different types of clustering algorithms
 
Clustering in Data Mining
Clustering in Data MiningClustering in Data Mining
Clustering in Data Mining
 
Clustering training
Clustering trainingClustering training
Clustering training
 
K means Clustering
K means ClusteringK means Clustering
K means Clustering
 
K means Clustering Algorithm
K means Clustering AlgorithmK means Clustering Algorithm
K means Clustering Algorithm
 

Similar to Chap8 basic cluster_analysis

Cluster Analysis
Cluster AnalysisCluster Analysis
Cluster Analysisguest0edcaf
 
Data mining Techniques
Data mining TechniquesData mining Techniques
Data mining TechniquesSulman Ahmed
 
Cluster spss week7
Cluster spss week7Cluster spss week7
Cluster spss week7Birat Sharma
 
Chapter 10. Cluster Analysis Basic Concepts and Methods.ppt
Chapter 10. Cluster Analysis Basic Concepts and Methods.pptChapter 10. Cluster Analysis Basic Concepts and Methods.ppt
Chapter 10. Cluster Analysis Basic Concepts and Methods.pptSubrata Kumer Paul
 
Capter10 cluster basic
Capter10 cluster basicCapter10 cluster basic
Capter10 cluster basicHouw Liong The
 
Capter10 cluster basic : Han & Kamber
Capter10 cluster basic : Han & KamberCapter10 cluster basic : Han & Kamber
Capter10 cluster basic : Han & KamberHouw Liong The
 
15857 cse422 unsupervised-learning
15857 cse422 unsupervised-learning15857 cse422 unsupervised-learning
15857 cse422 unsupervised-learningAnil Yadav
 
Lecture 11
Lecture 11Lecture 11
Lecture 11Jeet Das
 
machine learning - Clustering in R
machine learning - Clustering in Rmachine learning - Clustering in R
machine learning - Clustering in RSudhakar Chavan
 
ClustIII.ppt
ClustIII.pptClustIII.ppt
ClustIII.pptSueMiu
 
10 clusbasic
10 clusbasic10 clusbasic
10 clusbasicengrasi
 
data mining cocepts and techniques chapter
data mining cocepts and techniques chapterdata mining cocepts and techniques chapter
data mining cocepts and techniques chapterNaveenKumar5162
 
data mining cocepts and techniques chapter
data mining cocepts and techniques chapterdata mining cocepts and techniques chapter
data mining cocepts and techniques chapterNaveenKumar5162
 
QUALITY AND VALIDITY OF CLUSTER ANALYSIS
QUALITY AND VALIDITY OF CLUSTER ANALYSISQUALITY AND VALIDITY OF CLUSTER ANALYSIS
QUALITY AND VALIDITY OF CLUSTER ANALYSISguruswamyd785
 
QUALITY AND VALIDITY of cluster analysis in data minig
QUALITY AND VALIDITY of cluster analysis in data minigQUALITY AND VALIDITY of cluster analysis in data minig
QUALITY AND VALIDITY of cluster analysis in data minigsani7728264
 

Similar to Chap8 basic cluster_analysis (20)

Cluster Analysis
Cluster AnalysisCluster Analysis
Cluster Analysis
 
Cluster Analysis
Cluster AnalysisCluster Analysis
Cluster Analysis
 
Clustering on DSS
Clustering on DSSClustering on DSS
Clustering on DSS
 
Data mining Techniques
Data mining TechniquesData mining Techniques
Data mining Techniques
 
Machine Learning - Clustering
Machine Learning - ClusteringMachine Learning - Clustering
Machine Learning - Clustering
 
Cluster spss week7
Cluster spss week7Cluster spss week7
Cluster spss week7
 
Chapter 10. Cluster Analysis Basic Concepts and Methods.ppt
Chapter 10. Cluster Analysis Basic Concepts and Methods.pptChapter 10. Cluster Analysis Basic Concepts and Methods.ppt
Chapter 10. Cluster Analysis Basic Concepts and Methods.ppt
 
10 clusbasic
10 clusbasic10 clusbasic
10 clusbasic
 
Capter10 cluster basic
Capter10 cluster basicCapter10 cluster basic
Capter10 cluster basic
 
Capter10 cluster basic : Han & Kamber
Capter10 cluster basic : Han & KamberCapter10 cluster basic : Han & Kamber
Capter10 cluster basic : Han & Kamber
 
CLUSTERING
CLUSTERINGCLUSTERING
CLUSTERING
 
15857 cse422 unsupervised-learning
15857 cse422 unsupervised-learning15857 cse422 unsupervised-learning
15857 cse422 unsupervised-learning
 
Lecture 11
Lecture 11Lecture 11
Lecture 11
 
machine learning - Clustering in R
machine learning - Clustering in Rmachine learning - Clustering in R
machine learning - Clustering in R
 
ClustIII.ppt
ClustIII.pptClustIII.ppt
ClustIII.ppt
 
10 clusbasic
10 clusbasic10 clusbasic
10 clusbasic
 
data mining cocepts and techniques chapter
data mining cocepts and techniques chapterdata mining cocepts and techniques chapter
data mining cocepts and techniques chapter
 
data mining cocepts and techniques chapter
data mining cocepts and techniques chapterdata mining cocepts and techniques chapter
data mining cocepts and techniques chapter
 
QUALITY AND VALIDITY OF CLUSTER ANALYSIS
QUALITY AND VALIDITY OF CLUSTER ANALYSISQUALITY AND VALIDITY OF CLUSTER ANALYSIS
QUALITY AND VALIDITY OF CLUSTER ANALYSIS
 
QUALITY AND VALIDITY of cluster analysis in data minig
QUALITY AND VALIDITY of cluster analysis in data minigQUALITY AND VALIDITY of cluster analysis in data minig
QUALITY AND VALIDITY of cluster analysis in data minig
 

Recently uploaded

Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Mark Simos
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...itnewsafrica
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Kaya Weers
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...itnewsafrica
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
All These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFAll These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFMichael Gough
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructureitnewsafrica
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...Karmanjay Verma
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 

Recently uploaded (20)

Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
All These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFAll These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDF
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 

Chap8 basic cluster_analysis