[REFACTOR] Rename LikelihoodRatioLVQ to SLVQ

This commit is contained in:
Alexander Engelsberger
2021-06-08 08:38:11 +02:00
committed by Alexander Engelsberger
parent e62a8e6582
commit fc11d78b38
3 changed files with 4 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ For a test sample they return a distribution instead of a class assignment.
The following two algorihms were presented by :cite:t:`seo2003` .
Every prototypes is a center of a gaussian distribution of its class, generating a mixture model.
.. autoclass:: prototorch.models.probabilistic.LikelihoodRatioLVQ
.. autoclass:: prototorch.models.probabilistic.SLVQ
:members:
.. autoclass:: prototorch.models.probabilistic.RSLVQ