Add RSLVQ and LikelihoodLVQ

This commit is contained in:
Alexander Engelsberger
2021-05-25 20:26:15 +02:00
parent 139109804f
commit 32d6f95db0
3 changed files with 221 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
from importlib.metadata import PackageNotFoundError, version
from . import probabilistic
from .cbc import CBC, ImageCBC
from .glvq import (GLVQ, GLVQ1, GLVQ21, GMLVQ, GRLVQ, LVQ1, LVQ21, LVQMLN,
ImageGLVQ, ImageGMLVQ, SiameseGLVQ)