skbio.stats.distance.DistanceMatrix.transpose#

DistanceMatrix.transpose()[source]#

Return the transpose of the dissimilarity matrix.

Returns:
DissimilarityMatrix

Transpose of the dissimilarity matrix. Will be the same type as self.

Notes

A deep copy is returned.