skbio.stats.distance.DissimilarityMatrix.__ne__¶
- DissimilarityMatrix.__ne__(other)[source]¶
Determine whether two dissimilarity matrices are not equal.
State: Experimental as of 0.4.0.
- Parameters:
other (DissimilarityMatrix) – Dissimilarity matrix to compare to.
- Returns:
Trueif self is not equal to other,Falseotherwise.- Return type:
See also