DistanceMatrix.
__ne__
(other)[source]¶Determine whether two dissimilarity matrices are not equal.
State: Experimental as of 0.4.0.
other (DissimilarityMatrix) – Dissimilarity matrix to compare to.
True
if self is not equal to other, False
otherwise.
bool
See also