Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Riemannian distance and Riemannian classifiers #24

Open
TonyBagnall opened this issue Apr 19, 2024 · 1 comment
Open

[ENH] Riemannian distance and Riemannian classifiers #24

TonyBagnall opened this issue Apr 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@TonyBagnall
Copy link
Contributor

TonyBagnall commented Apr 19, 2024

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

@TonyBagnall TonyBagnall added the enhancement New feature or request label Apr 19, 2024
@TonyBagnall
Copy link
Contributor Author

on futher reading of https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=5444491

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"

https://ieeexplore.ieee.org/document/6319854

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant