moabb.pipelines.csp.TRCSP¶
-
class
moabb.pipelines.csp.
TRCSP
(nfilter=4, metric='euclid', log=True, alpha=1)[source][source]¶ Weighted Tikhonov-regularized CSP as described in Lotte and Guan 2011
Methods
fit
(X, y)Train spatial filters.
fit_transform
(X[, y])Fit to data, then transform it.
get_params
([deep])Get parameters for this estimator.
set_params
(**params)Set the parameters of this estimator.
transform
(X)Apply spatial filters.