mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-12-08 19:20: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-means++
|
||||
---
|
||||
title: K-means++
|
||||
showthedate: false
|
||||
math: true
|
||||
---
|
||||
|
||||
K-means++ is an algorithm for choosing the initial values or seeds for the k-means clustering algorithm. This was proposed as a way of avoiding the sometimes poor clustering found by a standard k-means algorithm.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue