mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-12-08 11:10:25 +00:00
Fixed titles, math rendering, and links on some pages
This commit is contained in:
parent
9f096a8720
commit
330ace0de9
61 changed files with 303 additions and 115 deletions
|
|
@ -1,4 +1,8 @@
|
|||
# K-Medians
|
||||
---
|
||||
title: K-Medians
|
||||
showthedate: false
|
||||
math: true
|
||||
---
|
||||
|
||||
This is a variation of k-means clustering where instead of calculating the mean for each cluster to determine its centroid we are going to calculate the median instead.
|
||||
|
||||
|
|
@ -16,4 +20,4 @@ Given an initial set of $k$ medians, the algorithm proceeds by alternating betwe
|
|||
|
||||
The algorithm is known to have converged when assignments no longer change. There is no guarantee that the optimum is found using this algorithm.
|
||||
|
||||
The result depends on the initial clusters. It is common to run this multiple times with different starting conditions.
|
||||
The result depends on the initial clusters. It is common to run this multiple times with different starting conditions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue