skbio.io
skbio.sequence
skbio.alignment
skbio.tree
skbio.workflow
skbio.diversity
skbio.stats
skbio.metadata
skbio.util
DissimilarityMatrix.
__ne__
Determine whether two dissimilarity matrices are not equal.
State: Experimental as of 0.4.0.
other : DissimilarityMatrix
Dissimilarity matrix to compare to.
bool
True if self is not equal to other, False otherwise.
True
False
See also
__eq__