File tree 2 files changed +11
-10
lines changed
2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -32,19 +32,19 @@ pyRiemann-qiskit: Qiskit wrapper for pyRiemann
32
32
<img src =" _images/sphx_glr_plot_classify_EEG_quantum_thumb.png" >
33
33
</div >
34
34
</a >
35
- <a href =" auto_examples/ERP/classify_P300_bi .html" >
35
+ <a href =" auto_examples/ERP/plot_classify_P300_bi .html" >
36
36
<div class =" col-md-3 thumbnail" >
37
- <img src =" _images/sphx_glr_classify_P300_bi_thumb .png" >
37
+ <img src =" _images/sphx_glr_plot_classify_P300_bi_thumb .png" >
38
38
</div >
39
39
</a >
40
- <a href =" auto_examples/ERP/firebase_moabb .html" >
40
+ <a href =" auto_examples/ERP/plot_firebase_moabb .html" >
41
41
<div class =" col-md-3 thumbnail" >
42
- <img src =" _images/sphx_glr_firebase_moabb_thumb .png" >
42
+ <img src =" _images/sphx_glr_plot_firebase_moabb_thumb .png" >
43
43
</div >
44
44
</a >
45
- <a href =" auto_examples/ERP/compare_dim_red .html" >
45
+ <a href =" auto_examples/ERP/plot_compare_dim_red .html" >
46
46
<div class =" col-md-3 thumbnail" >
47
- <img src =" _images/sphx_glr_compare_dim_red_thumb .png" >
47
+ <img src =" _images/sphx_glr_plot_compare_dim_red_thumb .png" >
48
48
</div >
49
49
</a >
50
50
<a href =" auto_examples/toys_dataset/plot_classifier_comparison.html" >
Original file line number Diff line number Diff line change 1
1
"""
2
2
====================================================================
3
- Classification of P300 datasets from MOABB
3
+ Classification of P300 datasets from MOABB with cache
4
4
====================================================================
5
5
6
- It demonstrates the QuantumClassifierWithDefaultRiemannianPipeline(). This
6
+ It demonstrates the use of firebase cache for MOABB with
7
+ the QuantumClassifierWithDefaultRiemannianPipeline(). This
7
8
pipeline uses Riemannian Geometry, Tangent Space and a quantum SVM
8
9
classifier. MOABB is used to access many EEG datasets and also for the
9
10
evaluation and comparison with other classifiers.
18
19
A list of real quantum computers is available in your IBM quantum account.
19
20
20
21
"""
21
- # Author: Anton Andreev
22
- # Modified from plot_classify_EEG_tangentspace .py of pyRiemann
22
+ # Author: Anton Andreev, Gregoire Cattan
23
+ # Modified from plot_classify_P300_bi .py
23
24
# License: BSD (3-clause)
24
25
25
26
from pyriemann .estimation import XdawnCovariances
You can’t perform that action at this time.
0 commit comments