Compare this dissimilarity matrix to another for equality.
Two dissimilarity matrices are equal if they have the same shape, IDs (in the same order!), and have data arrays that are equal.
Checks are not performed to ensure that other is a DissimilarityMatrix instance.
Parameters: | other : DissimilarityMatrix
|
---|---|
Returns: | bool
|