What's the data argument for seaborn clustermap.
Does it take a matrix where each cell is the distance between the vectors of the original matrix with observations? Or the clustermap calculates the distance itself so that I need to pass the observation matrix?
In the first case, what the argument metric is there for? Is there to indicate which metric has been used to calculate the distances?