You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -24,7 +33,7 @@ The class structure is set up as follows:
24
33
25
34
26
35
:Paper:
27
-
to be published
36
+
Felix M. Riese and S. Keller, "SUSI: Supervised Self-Organizing Maps for Regression and Classification in Python", 2019, Submitted to an ISPRS conference.
28
37
29
38
:License:
30
39
`3-Clause BSD license <LICENSE>`_
@@ -33,7 +42,11 @@ The class structure is set up as follows:
33
42
`Felix M. Riese <mailto:github@felixriese.de>`_,
34
43
`Sina Keller <mailto:sina.keller@kit.edu>`_
35
44
36
-
:Citation: see `Citation`_ and in the `bibtex <bibliography.bib>`_ file
45
+
:Citation:
46
+
see `Citation`_ and in the `bibtex <bibliography.bib>`_ file
47
+
48
+
:Documentation:
49
+
`read the docs <https://susi.readthedocs.io/en/latest/readme.html>`_
37
50
38
51
Installation
39
52
------------
@@ -103,7 +116,7 @@ Felix M. Riese and S. Keller, "SUSI: Supervised Self-Organizing Maps for Regress
103
116
104
117
.. code:: bibtex
105
118
106
-
@article{riese2019susi,
119
+
@article{riesekeller2019susi,
107
120
author = {Riese, Felix~M. and Keller, Sina},
108
121
title = {SUSI: Supervised Self-Organizing Maps for Regression and Classification in Python},
109
122
year = {2019},
@@ -120,11 +133,11 @@ Felix M. Riese, "SUSI: SUpervised Self-organIzing maps in Python", [10.5281/zeno
120
133
121
134
.. code:: bibtex
122
135
123
-
@misc{riese2019susi,
136
+
@misc{riese2019susicode,
124
137
author = {Riese, Felix~M.},
125
138
title = {{SUSI: SUpervised Self-organIzing maps in Python}},
0 commit comments