numpy.ndarray.compress# 方法 ndarray.compress(condition, axis=None, out=None)# 返回此数组在给定轴上的选定切片。 请参阅 numpy.compress 获取完整文档。 另请参阅 numpy.compress等效函数