Home
Explore
Exams
Search for anything
Login
Get started
Home
Business
KMeans
0.0
(0)
Rate it
Studied by 11 people
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Card Sorting
1/7
Earn XP
Description and Tags
Business
Add tags
Study Analytics
All
Learn
Practice Test
Matching
Spaced Repetition
Name
Mastery
Learn
Test
Matching
Spaced
No study sessions yet.
8 Terms
View all (8)
Star these 8
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?
K-Means
8
New cards
What is the goal of the K-Means formula?
Minimize the distance between data points and centroid