Skip to content

Commit

Permalink
deploy: 8aaabf0
Browse files Browse the repository at this point in the history
  • Loading branch information
dengemann committed Jul 24, 2023
0 parents commit d6f43e8
Show file tree
Hide file tree
Showing 108 changed files with 22,513 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 61fa07eeb98b594aeb09c2db430645a2
tags: 645f666f9bcd5a90fca523b33c5a78b7
Empty file added .nojekyll
Empty file.
Binary file added _images/index_4_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 77 additions & 0 deletions _sources/api.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
.. _api_ref:

=============
API reference
=============


Composing modeling pipelines
----------------------------
.. _pipeline_api:
.. currentmodule:: coffeine.pipelines

.. autosummary::
:toctree: generated/
:template: function.rst

make_filter_bank_transformer
make_filter_bank_regressor
make_filter_bank_classifier


.. autosummary::
:toctree: generated/
:template: class.rst

GaussianKernel
KernelSum


Computing Power-Spectral Features
---------------------------------
.. _features_api:
.. currentmodule:: coffeine.power_features

.. autosummary::
:toctree: generated/
:template: function.rst

get_frequency_bands
make_coffeine_data_frame
compute_coffeine
compute_features


Covariance Transformers
-----------------------
.. _covariance_transformer_api:
.. currentmodule:: coffeine.covariance_transformers

.. autosummary::
:toctree: generated/
:template: class.rst

NaiveVec
Diag
LogDiag
Riemann
RiemannSnp
Snp
ExpandFeatures


Spatiel Filters
---------------
.. _spatial_filters_api:
.. currentmodule:: coffeine.spatial_filters

.. autosummary::
:toctree: generated/
:template: class.rst

ProjIdentitySpace
ProjCommonSpace
ProjLWSpace
ProjRandomSpace
ProjSPoCSpace

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coffeine.covariance\_transformers.Diag
======================================

.. currentmodule:: coffeine.covariance_transformers

.. autoclass:: Diag
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coffeine.covariance\_transformers.ExpandFeatures
================================================

.. currentmodule:: coffeine.covariance_transformers

.. autoclass:: ExpandFeatures
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coffeine.covariance\_transformers.LogDiag
=========================================

.. currentmodule:: coffeine.covariance_transformers

.. autoclass:: LogDiag
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coffeine.covariance\_transformers.NaiveVec
==========================================

.. currentmodule:: coffeine.covariance_transformers

.. autoclass:: NaiveVec
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coffeine.covariance\_transformers.Riemann
=========================================

.. currentmodule:: coffeine.covariance_transformers

.. autoclass:: Riemann
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coffeine.covariance\_transformers.RiemannSnp
============================================

.. currentmodule:: coffeine.covariance_transformers

.. autoclass:: RiemannSnp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coffeine.covariance\_transformers.Snp
=====================================

.. currentmodule:: coffeine.covariance_transformers

.. autoclass:: Snp
6 changes: 6 additions & 0 deletions _sources/generated/coffeine.pipelines.GaussianKernel.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coffeine.pipelines.GaussianKernel
=================================

.. currentmodule:: coffeine.pipelines

.. autoclass:: GaussianKernel
6 changes: 6 additions & 0 deletions _sources/generated/coffeine.pipelines.KernelSum.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coffeine.pipelines.KernelSum
============================

.. currentmodule:: coffeine.pipelines

.. autoclass:: KernelSum
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coffeine.pipelines.make\_filter\_bank\_classifier
=================================================

.. currentmodule:: coffeine.pipelines

.. autofunction:: make_filter_bank_classifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coffeine.pipelines.make\_filter\_bank\_regressor
================================================

.. currentmodule:: coffeine.pipelines

.. autofunction:: make_filter_bank_regressor
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coffeine.pipelines.make\_filter\_bank\_transformer
==================================================

.. currentmodule:: coffeine.pipelines

.. autofunction:: make_filter_bank_transformer
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coffeine.power\_features.compute\_coffeine
==========================================

.. currentmodule:: coffeine.power_features

.. autofunction:: compute_coffeine
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coffeine.power\_features.compute\_features
==========================================

.. currentmodule:: coffeine.power_features

.. autofunction:: compute_features
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coffeine.power\_features.get\_frequency\_bands
==============================================

.. currentmodule:: coffeine.power_features

.. autofunction:: get_frequency_bands
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coffeine.power\_features.make\_coffeine\_data\_frame
====================================================

.. currentmodule:: coffeine.power_features

.. autofunction:: make_coffeine_data_frame
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coffeine.spatial\_filters.ProjCommonSpace
=========================================

.. currentmodule:: coffeine.spatial_filters

.. autoclass:: ProjCommonSpace
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coffeine.spatial\_filters.ProjIdentitySpace
===========================================

.. currentmodule:: coffeine.spatial_filters

.. autoclass:: ProjIdentitySpace
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coffeine.spatial\_filters.ProjLWSpace
=====================================

.. currentmodule:: coffeine.spatial_filters

.. autoclass:: ProjLWSpace
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coffeine.spatial\_filters.ProjRandomSpace
=========================================

.. currentmodule:: coffeine.spatial_filters

.. autoclass:: ProjRandomSpace
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coffeine.spatial\_filters.ProjSPoCSpace
=======================================

.. currentmodule:: coffeine.spatial_filters

.. autoclass:: ProjSPoCSpace
302 changes: 302 additions & 0 deletions _sources/index.ipynb.txt

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions _sources/tutorials.ipynb.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"cells": [
{
"cell_type": "raw",
"id": "4cfc099f",
"metadata": {
"raw_mimetype": "text/restructuredtext"
},
"source": [
"Discover coffeine through examples and in-depth tutorials\n",
"=========================================================\n",
"\n",
".. nblinkgallery::\n",
" :caption: Notebooks showcasing usage of coffeine\n",
" :name: Tutorials\n",
" \n",
" tutorials/filterbank_classification_bci\n",
" tutorials/filterbank_kernel_classification_bci"
]
}
],
"metadata": {
"celltoolbar": "Raw Cell Format",
"kernelspec": {
"display_name": "coffeine",
"language": "python",
"name": "coffeine"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.16"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Loading

0 comments on commit d6f43e8

Please sign in to comment.