Public Member Functions | |
def | __init__ |
def | decode |
Public Attributes | |
threshold | |
reduction_fn |
Accepts everything greater than or equal to a set value.
def unlock.bci.decode.decode.AbsoluteThresholdDecoder.__init__ | ( | self, | ||
threshold = 0 , |
||||
reduction_fn = np.mean | ||||
) |
def unlock.bci.decode.decode.AbsoluteThresholdDecoder.decode | ( | self, | ||
command | ||||
) |
You do your business here
Reimplemented from unlock.bci.decode.decode.UnlockDecoder.