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

A question about the Euclidean mean #1

Closed
kekehia123 opened this issue Jun 28, 2020 · 2 comments
Closed

A question about the Euclidean mean #1

kekehia123 opened this issue Jun 28, 2020 · 2 comments

Comments

@kekehia123
Copy link

In Table II of the paper, the input space dismension of MI1 is 6*200. The features are "six log-variance features of the CSP filtered trials". My question is how to compute the covariance matrix using these features? For each sample, we only have 6 such features and no time-series data, but according to the algorithm, we need to calculate the Euclidean mean with the features's covariance? Thank you in advance for your answer!

@chamwen
Copy link
Owner

chamwen commented Jun 28, 2020

Hi, the Table II in our paper shows the the dimensionalities of different input spaces, the "input space" denotes different feature space. For your concern, the 6*200 means the CSP features in the Euclidean space, its standard baseline in Euclidean space is the CSP+LDA, so we don't need to calculate the Euclidean mean. Only for the tangent and Riemanian space based methods, we need to calculate the Riemanian/Tangent/Euclidean mean on the raw time-series data.

@chamwen chamwen closed this as completed Jun 28, 2020
@kekehia123
Copy link
Author

I see. Thank you for your reply!

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

No branches or pull requests

2 participants