[BUGFIX] Update paths in documentaion for LVQ

This commit is contained in:
Alexander Engelsberger 2021-05-26 16:19:10 +02:00
parent 663eb12ad7
commit 0c1f7a4772

View File

@ -17,9 +17,9 @@ Classical Learning Vector Quantization
Original LVQ models by Kohonen.
These heuristic algorithms do not use gradient descent.
.. autoclass:: prototorch.models.glvq.LVQ1
.. autoclass:: prototorch.models.lvq.LVQ1
:members:
.. autoclass:: prototorch.models.glvq.LVQ21
.. autoclass:: prototorch.models.lvq.LVQ21
:members:
It is also possible to use the GLVQ structure as shown in [Sato&Yamada].