numpy.ma.isin #
- 嘛。isin ( element , test_elements , Should_unique = False , invert = False ) [来源] #
计算test_elements 中的元素,仅在元素上广播 。
输出始终是与element形状相同的掩码数组。请参阅
numpy.isin
了解更多详情。也可以看看
in1d
该函数的扁平化版本。
numpy.isin
ndarray 的等效函数。
笔记
1.13.0 版本中的新增功能。