Data Clustering Concepts

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/16

flashcard set

Earn XP

Description and Tags

These flashcards cover key vocabulary and concepts related to data clustering, providing definitions and explanations of important terms.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards

Clustering

The process of organizing objects into groups whose members are similar in some way.

2
New cards

Cluster Analysis

A statistical method used to classify objects into distinct subgroups based on similarity.

3
New cards

Data Clustering

An unsupervised learning problem where the goal is to group examples into K partitions based on similarity.

4
New cards

High within-cluster similarity

Indicates that objects in the same cluster are very similar to each other.

5
New cards

Low inter-cluster similarity

Indicates that objects in different clusters are very dissimilar to each other.

6
New cards

Similarity

The quality or state of being similar; likeness; resemblance.

7
New cards

Distance Metrics

Functions that define a measure of distance between two data points, such as Euclidean or Manhattan distance.

8
New cards

Hierarchical Clustering

A clustering method that creates a hierarchy of clusters using either agglomerative or divisive approaches.

9
New cards

Agglomerative Clustering

A bottom-up approach to clustering where each data point starts as a single cluster.

10
New cards

K-means Clustering

A method that partitions data into K distinct clusters based on means of the data points in each cluster.

11
New cards

Gaussian Mixture Models (GMM)

A probabilistic model that assumes all data points are generated from a mixture of K Gaussian distributions.

12
New cards

Spectral Clustering

A clustering technique that uses the eigen-decomposition of similarity matrices to group data.

13
New cards

DBSCAN

A density-based clustering algorithm that defines clusters as regions of high point density.

14
New cards

Silhouette Score

A metric that quantifies how well each point lies within its cluster versus the next closest cluster.

15
New cards

Within-Cluster Sum of Squares (WCSS)

A measure of the total variance within clusters, often used to evaluate the quality of clustering.

16
New cards

Chebyshev Distance

A distance metric defined as the maximum absolute difference in any dimension between two points.

17
New cards

Cosine Similarity

A similarity measure that calculates the cosine of the angle between two non-zero vectors, often used in high-dimensional spaces.