norse.torch.functional.heaviside

norse.torch.functional.heaviside#

A heaviside step function that truncates numbers <= 0 to 0 and everything else to 1.

H[n]={0,n<=01,n>0

Functions

heaviside(data)