Public Member Functions | Public Attributes

unlock.bci.decode.decode.AbsoluteThresholdDecoder Class Reference

Inheritance diagram for unlock.bci.decode.decode.AbsoluteThresholdDecoder:
unlock.bci.decode.decode.UnlockDecoder

List of all members.

Public Member Functions

def __init__
def decode

Public Attributes

 threshold
 reduction_fn

Detailed Description

Accepts everything greater than or equal to a set value.

Member Function Documentation

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.


Member Data Documentation


The documentation for this class was generated from the following file: