skbio.stats.distance.DistanceMatrix.transpose# DistanceMatrix.transpose()[source]# Return the transpose of the dissimilarity matrix. Returns: DissimilarityMatrixTranspose of the dissimilarity matrix. Will be the same type as self. Notes A deep copy is returned.