Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vishrut-b authored Dec 21, 2024
1 parent 0626995 commit 5af55c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,9 @@ K-Means is chosen for this project because:

#### Mathematical Objective:
K-Means minimizes the **Within-Cluster Sum of Squares (WCSS)**:

{% raw %}
$$WCSS = \sum_{i=1}^{k} \sum_{x \in C_i} \| x - \mu_i \|^2$$
{% raw %}

Where:
- k: Number of clusters
- $C_{i}$: Cluster \( i \)
Expand Down

0 comments on commit 5af55c0

Please sign in to comment.