You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Riemannian distance and Riemannian classifiers are popular for EEG classification in BCI field. It would be interesting to compare them to tsc algorithms.
The Reimannian distance is the distance between the power spectral density matrix which is found with the the Nuttall-Strand algorithm [18], [20]
"The algorithm uses forward-backward linear prediction to iteratively estimate the residual covariance matrix arriving at an accurate positive semi-definite estimate of the power spectral density matrix with high frequency resolution. This estimate will be used as the power spectral density feature to characterize the EEG signals"
Describe the feature or idea you want to propose
Riemannian distance and Riemannian classifiers are popular for EEG classification in BCI field. It would be interesting to compare them to tsc algorithms.
Describe your proposed solution
we could introduce a dependency for this
https://github.com/pyRiemann
or implement it from scratch as an aeon distance function
The text was updated successfully, but these errors were encountered: