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,8 @@
# Cluster Tendency
---
title: Cluster Tendency
showthedate: false
math: true
---
This is the assessment of the suitability of clustering. Cluster Tendency determines whether the data has any inherent grouping structure.
@ -37,4 +41,4 @@ Divide each dimension in equal width bins, and count how many points lie in each
Do the same for the randomly sampled data
Finally compute how much they differ using the Kullback-Leibler (KL) divergence value. If it differs greatly than we can say that the data is clusterable.
Finally compute how much they differ using the Kullback-Leibler (KL) divergence value. If it differs greatly than we can say that the data is clusterable.