Public Member Functions | Public Attributes

unlock.bci.decode.decode.LdaThresholdDecoder Class Reference

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

List of all members.

Public Member Functions

def __init__
def decode

Public Attributes

 min_confidence
 clf
 reduction_fn

Detailed Description

Uses an LDA decoder to determine the threshold boundary. LDA predictions
above a provided confidence level are accepted. Training data must be
supplied to the decoder.

Member Function Documentation

def unlock.bci.decode.decode.LdaThresholdDecoder.__init__ (   self,
  x = (0, 1,
  y = (0, 1,
  min_confidence = 0.5,
  reduction_fn = 'np.mean' 
)
def unlock.bci.decode.decode.LdaThresholdDecoder.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: