From 4ae9dd4e3056a7e80266344e478e57a299df5aef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Merlin=20Sch=C3=BCler?= Date: Thu, 10 Dec 2020 17:26:18 +0100 Subject: [PATCH] minor change --- doc/user_guide.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/user_guide.rst b/doc/user_guide.rst index 0363e8a..2d25519 100644 --- a/doc/user_guide.rst +++ b/doc/user_guide.rst @@ -273,18 +273,17 @@ For SFA, this is typically done using a method called *Hierarchical SFA (HSFA)*. If the dimension has been sufficiently reduced and a sufficient amount of non-linearity has been injected into the model, a final SFA is used to extract the desired number of output features from the preceeding layer. HSFA is implemented in this package, but should be considered **experimental**! -|with_overlay| -> |concat| - -.. |with_overlay| image:: rf_gifs/with_overlay.gif +.. image:: rf_gifs/with_overlay.gif :align: center -.. |concat| image:: rf_gifs/concat.gif +.. image:: rf_gifs/concat.gif :align: center Inspection and evaluation ------------------------- To be added. + .. image:: rf_gifs/with_overlay.gif :align: center