python利用np.where()實現不一樣條件下的數據處理或者計算

numpy.where (condition[, x, y])用法 np.where(condition, x, y) 知足條件(condition),輸出x,不知足輸出y。python np.where([[True,False], [True,True]], # 官網上的例子 [[1,2], [3,4]], [[9,8], [7,6]]
相關文章
相關標籤/搜索