def th(self, input, t): return Threshold(t)(input)
def th(self, input, t): return Threshold().apply(input, t)