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 @@
# Divisive Methods Pt 2.
---
title: Divisive Methods Pt 2.
showthedate: false
---
Recall in the previous section that we spoke about Monothetic and Polythetic methods. Monothetic methods only looks at a single variable at a time while Polythetic looks at multiple variables simultaneously. In this section, we will speak more about polythetic divisive methods.
@ -45,4 +48,4 @@ In most methods of hierarchical clustering this is achieved by a use of an appro
- Any valid measure of distance measure can be used
- In most cases, the observations themselves are not required, just hte matrix of distances
- This can have the advantage of only having to store a distance matrix in memory as opposed to a n-dimensional matrix.
- This can have the advantage of only having to store a distance matrix in memory as opposed to a n-dimensional matrix.