Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[Example] P300-VR dataset #393
[Example] P300-VR dataset #393
Changes from 24 commits
910090d
c12940d
cd96bea
da628d5
c083802
69d73ee
09f6ca2
e53c883
a3ee57c
a1296a2
a402bd3
3e9405d
6cf2a79
6695995
2713cec
370c05f
19e70f5
7e47a46
7e91ffc
183d354
ac1ed24
ef2a214
6b5dc5f
46be265
4d21fe4
367a98f
7d5644e
ea0f1fe
01dea81
d8bd45a
182c575
75b4ac6
f360bf7
7007b1b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not use a WithinSessionEvaluation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted to demonstrate the use of the
get_block_repetition
method.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, in that case, you should add a small text it in the example to explain
get_block_repetition
method and to indicate that this example use it.