false#

class false(arr)[source]#

Returns the indices of the values of the array that are false.

Parameters:

arr (array) – any array

Example:

inds = hpv.false(np.array([1,0,0,1,1,0,1]))