skbio.core.distance.DistanceMatrix.redundant_form

DistanceMatrix.redundant_form()[source]

Return an array of dissimilarities in redundant format.

As this is the native format that the dissimilarities are stored in, this is simply an alias for data.

Returns:

ndarray

Two-dimensional numpy.ndarray of dissimilarities in redundant format.

Notes

Redundant format is described in [R57].

Does not return a copy of the data.

References

[R57](1, 2) http://docs.scipy.org/doc/scipy/reference/spatial.distance.html