skbio.stats.distance.DissimilarityMatrix.__ne__¶
- DissimilarityMatrix.__ne__(other)[源代码]¶
- 确定两个相异矩阵是否不相等。 - 状态:从0.4.0开始实验。 - 参数:
- other (DissimilarityMatrix) -- 要比较的相异矩阵。 
- 返回:
- True如果 self 不等于 other ,- False否则的话。
- 返回类型:
- bool 
 - 参见 
 
  
  
确定两个相异矩阵是否不相等。
状态:从0.4.0开始实验。
other (DissimilarityMatrix) -- 要比较的相异矩阵。
True 如果  self 不等于  other ,  False 否则的话。
bool
参见