We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfce3cc + f138ad4 commit e39528eCopy full SHA for e39528e
1 file changed
src/05-machine_learning/04-clustering.md
@@ -113,6 +113,7 @@ By inspecting the plot, we can see that the $k$-means algorithm correctly identi
113
The cluster energy $E$ is defined by
114
$$
115
E(\mathbf{C}, \mathbf{M}) = \sum_{k=1}^K \sum_{\vec{x}_i \in C_k} \|\vec{x}_i - \vec{m}_k\|^2\,.
116
+$$
117
118
3. For which $K$ does the cluster energy $E$ reach a minimum?
119
Is this the optimal number of clusters?
0 commit comments