Hierarchical Clustering

This notebook demonstrates how hierarchical clustering can be done in Javascript. It's essentially a JavaScript version of this excellent datacamp tutorial for R written by Manish Pathak. We will be using the \`seeds\` dataset for the analysis. The dataset consists of measurements of geometrical pr…