Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.02 KB

index.rst

File metadata and controls

46 lines (27 loc) · 1.02 KB

Welcome to SuSi's documentation!

We present the SuSi package for Python. It includes a fully functional SOM for unsupervised, supervised and semi-supervised tasks.

License:3-Clause BSD license
Author:Felix M. Riese
Citation:see Citation and in the bibtex file
Paper:F. M. Riese, S. Keller and S. Hinz in Remote Sensing, 2020
.. toctree::
   :maxdepth: 1

   Home <self>

   Changelog <changelog.rst>

   Citation <citation.rst>

   Installation <install.rst>

   Examples <examples.rst>

   Hyperparameters <hyperparameters.rst>

.. toctree::
   :maxdepth: 1
   :caption: Code:

    SOMClustering <SOMClustering.rst>

    SOMEstimator <SOMEstimator.rst>

    SOMRegressor <SOMRegressor.rst>

    SOMClassifier <SOMClassifier.rst>

    Other Code <OtherCode.rst>