skbio.stats.distance.PairwiseMatrix.transpose#

PairwiseMatrix.transpose()[source]#

Return the transpose of the matrix.

Returns:
PairwiseMatrix

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

Notes

A deep copy is returned.