[BUGFIX] Update paths in documentaion for LVQ
This commit is contained in:
parent
663eb12ad7
commit
0c1f7a4772
@ -17,9 +17,9 @@ Classical Learning Vector Quantization
|
|||||||
Original LVQ models by Kohonen.
|
Original LVQ models by Kohonen.
|
||||||
These heuristic algorithms do not use gradient descent.
|
These heuristic algorithms do not use gradient descent.
|
||||||
|
|
||||||
.. autoclass:: prototorch.models.glvq.LVQ1
|
.. autoclass:: prototorch.models.lvq.LVQ1
|
||||||
:members:
|
:members:
|
||||||
.. autoclass:: prototorch.models.glvq.LVQ21
|
.. autoclass:: prototorch.models.lvq.LVQ21
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
It is also possible to use the GLVQ structure as shown in [Sato&Yamada].
|
It is also possible to use the GLVQ structure as shown in [Sato&Yamada].
|
||||||
|
Loading…
Reference in New Issue
Block a user