Skip to content

Commit e39528e

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents cfce3cc + f138ad4 commit e39528e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/05-machine_learning/04-clustering.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ By inspecting the plot, we can see that the $k$-means algorithm correctly identi
113113
The cluster energy $E$ is defined by
114114
$$
115115
E(\mathbf{C}, \mathbf{M}) = \sum_{k=1}^K \sum_{\vec{x}_i \in C_k} \|\vec{x}_i - \vec{m}_k\|^2\,.
116+
$$
116117

117118
3. For which $K$ does the cluster energy $E$ reach a minimum?
118119
Is this the optimal number of clusters?

0 commit comments

Comments
 (0)