SciPy - Clustering and Distance
Given the linkage matrix
Z = [[0, 1, 0.3, 2], [2, 3, 1.2, 2], [4, 5, 2.1, 4]], what is the output of fcluster(Z, t=1.0, criterion='distance')?