skbio.stats.distance.DistanceMatrix.__ne__

DistanceMatrix.__ne__(other)[源代码]

确定两个相异矩阵是否不相等。

状态:从0.4.0开始实验。

参数:

other (DissimilarityMatrix) -- 要比较的相异矩阵。

返回:

True 如果 self 不等于 otherFalse 否则的话。

返回类型:

bool

参见

__eq__