Skip to content

Linear Decoder

ChangLiu edited this page May 30, 2025 · 1 revision

LinearDecoder

class LinearDecoder(Decoder)

Decoder for linear models (Kalman Filter, Linear Regression, Ridge Regression).

Parameters:

  • cfg : dict

    Configuration dictionary

Methods

predict(neural_data)

Predict outputs from neural data.

Parameters:

  • neural_data :

    Input neural data

Returns:

  • predictions :

    Decoded predictions

Clone this wiki locally