1. 程式人生 > >np.argwhere()的用法

np.argwhere()的用法

np.argwhere( a ) 

Find the indices of array elements that are non-zero, grouped by element.

返回非0的陣列元組的索引,其中a是要索引陣列的條件。


返回陣列中所有大於1的數字的索引值。