mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-12-11 20:50:24 +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 @@
|
|||
# Centroid-based Clustering
|
||||
---
|
||||
title: Centroid-based Clustering
|
||||
showthedate: false
|
||||
math: true
|
||||
---
|
||||
|
||||
In centroid-based clustering, clusters are represented by some central vector which may or may not be a member of the dataset. In practice, the number of clusters is fixed to $k$ and the goal is to solve some sort of optimization problem.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue