Fixed titles, math rendering, and links on some pages

This commit is contained in:
Brandon Rozek 2021-07-26 09:13:20 -04:00
parent 9f096a8720
commit 330ace0de9
61 changed files with 303 additions and 115 deletions

View file

@ -1,4 +1,7 @@
# Introduction to Connectivity Based Models
---
title: Introduction to Connectivity Based Models
showthedate: false
---
Hierarchical algorithms combine observations to form clusters based on their distance.
@ -32,4 +35,4 @@ Or do you want to based on the farthest observations in each cluster? Farthest n
This method is not very robust towards outliers, which will either show up as additional clusters or even cause other clusters to merge depending on the clustering method.
As we go through this section, we will go into detail about the different linkage criterion and other parameters of this model.
As we go through this section, we will go into detail about the different linkage criterion and other parameters of this model.