KMeans

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

1/7

flashcard set

Earn XP

Description and Tags

Business

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

8 Terms

1
New cards
What is the formula to calculate the K-Means distance between cluster points?
sqrt((x2-x1)^2 + (y2-y1)^2)
2
New cards
What is the name of the formula used to calculate K-Means distance?
Euclidean distance
3
New cards
Calculate the K-Means for point 1 (2,10) with the centers A(2,10), B(5,8), and C(1,2). What is the closest center for point 1?
A
4
New cards
Calculate the K-Means for point 2 (2,5) with the centers A(2,10), B(5,8), and C(1,2). What is the closest center for point 2?
C
5
New cards
When do you stop calculating K-Means?
When there is no more change in the centroids.
6
New cards
What is the goal of the K-Means algorithm?
To find centroids that minimize the inertia, or within-cluster sum-of-squares criterion.
7
New cards
What formula is this for?
What formula is this for?
K-Means
8
New cards
What is the goal of the K-Means formula?
What is the goal of the K-Means formula?
Minimize the distance between data points and centroid