skbio.stats.distance.DissimilarityMatrix.__ne__#

DissimilarityMatrix.__ne__(other)[source]#

Determine whether two dissimilarity matrices are not equal.

Parameters:
otherDissimilarityMatrix

Dissimilarity matrix to compare to.

Returns:
bool

True if self is not equal to other, False otherwise.

See also

__eq__