prototorch_models/prototorch/models
Jensun Ravichandran 757f4e980d Add Local-Matrix LVQ
Also remove the use of `self.distance_fn` in favor of `self.distance_layer`.
2021-06-01 23:44:16 +02:00
..
__init__.py Add Local-Matrix LVQ 2021-06-01 23:44:16 +02:00
abstract.py Remove unused import 2021-06-01 23:40:56 +02:00
cbc.py Remove unused variable 2021-06-01 23:39:39 +02:00
data.py Add MNIST datamodule and training mixin factory. 2021-05-28 16:33:31 +02:00
glvq.py Add Local-Matrix LVQ 2021-06-01 23:44:16 +02:00
lvq.py Refactor non-gradient-lvq models into lvq.py 2021-05-25 20:37:34 +02:00
probabilistic.py Move CELVQ to probabilistic.py 2021-06-01 23:39:06 +02:00
unsupervised.py Use the add_components API for adding prototypes 2021-06-01 23:37:45 +02:00
vis.py Remove unused imports 2021-06-01 19:31:03 +02:00