diff --git a/ch10/10.Rmd b/ch10/10.Rmd index 119b6c5..33cccc1 100644 --- a/ch10/10.Rmd +++ b/ch10/10.Rmd @@ -55,6 +55,6 @@ Perfect match, once again. km.out = kmeans(scale(x), 3, nstart=20) km.out$cluster ``` -Poorer results than (b): the scaling of the observations effects the distance +Poorer results than (b): the scaling of the observations affects the distance between them.