Skip to content

Commit

Permalink
asset tutorial (NeuralEnsemble#327)
Browse files Browse the repository at this point in the history
* Update doc/tutorials/asset.ipynb

Co-authored-by: Alexander Kleinjohann <33096371+Kleinjohann@users.noreply.github.com>
  • Loading branch information
dizcza and Kleinjohann committed Jun 4, 2020
1 parent 8ce0013 commit a2bfbda
Show file tree
Hide file tree
Showing 4 changed files with 954 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,6 @@ Thumbs.db
ignored/

.ipynb_checkpoints/

# data
*.nix
7 changes: 7 additions & 0 deletions doc/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ Advanced
.. image:: https://mybinder.org/badge.svg
:target: https://mybinder.org/v2/gh/NeuralEnsemble/elephant/master?filepath=doc/tutorials/gpfa.ipynb

* Analysis of Sequences of Synchronous EvenTs (ASSET)

:doc:`View the notebook <../tutorials/asset>` or run interactively:

.. image:: https://mybinder.org/badge.svg
:target: https://mybinder.org/v2/gh/NeuralEnsemble/elephant/master?filepath=doc/tutorials/asset.ipynb


Additional
----------
Expand Down
930 changes: 930 additions & 0 deletions doc/tutorials/asset.ipynb

Large diffs are not rendered by default.

16 changes: 14 additions & 2 deletions elephant/asset.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
ASSET analysis class object of finding patterns
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-----------------------------------------------
.. autosummary::
:toctree: toctree/asset/
Expand All @@ -14,7 +14,7 @@
Patterns post-exploration
~~~~~~~~~~~~~~~~~~~~~~~~~
-------------------------
.. autosummary::
:toctree: toctree/asset/
Expand All @@ -28,6 +28,18 @@
synchronous_events_overlap
Tutorial
--------
:doc:`View tutorial <../tutorials/asset>`
Run tutorial interactively:
.. image:: https://mybinder.org/badge.svg
:target: https://mybinder.org/v2/gh/NeuralEnsemble/elephant/master
?filepath=doc/tutorials/asset.ipynb
Examples
--------
Expand Down

0 comments on commit a2bfbda

Please sign in to comment.