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