feat: ImageGTLVQ and SiameseGTLVQ with examples

This commit is contained in:
Christoph
2021-11-15 08:50:33 +00:00
committed by Jensun Ravichandran
parent d3bb430104
commit a9edf06507
5 changed files with 218 additions and 79 deletions

View File

@@ -13,8 +13,10 @@ from .glvq import (
LVQMLN,
ImageGLVQ,
ImageGMLVQ,
ImageGTLVQ,
SiameseGLVQ,
SiameseGMLVQ,
SiameseGTLVQ,
)
from .knn import KNN
from .lvq import LVQ1, LVQ21, MedianLVQ