#===== from Jörn's Blog: SciPy Hierarchical Clustering and Dendrogram Tutorial np.set_printoptions(precision=2, suppress=True) # suppress scientific float notation ...
https://joernhees.de/blog/2015/08/26/scipy-hierarchical-clustering-and-dendrogram-tutorial/ b = scale * (np.cos(1 + x * 3) + np.linspace(0, 1, num_samples)) c = scale ...