Skip to content

Commit e4290bf

Browse files
inertia fix typo py bug hunt
1 parent c9f0f46 commit e4290bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/clustering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ improves it by making adjustments to the assignment of data
320320
to clusters until it cannot improve any further. But how do we measure
321321
the "quality" of a clustering, and what does it mean to improve it?
322322
In K-means clustering, we measure the quality of a cluster by its
323-
*within-cluster sum-of-squared-distances* (WSSD), also called *intertia*. Computing this involves two steps.
323+
*within-cluster sum-of-squared-distances* (WSSD), also called *inertia*. Computing this involves two steps.
324324
First, we find the cluster centers by computing the mean of each variable
325325
over data points in the cluster. For example, suppose we have a
326326
cluster containing four observations, and we are using two variables, $x$ and $y$, to cluster the data.

0 commit comments

Comments
 (0)