feat: ImageGTLVQ and SiameseGTLVQ with examples
This commit is contained in:
committed by
Jensun Ravichandran
parent
d3bb430104
commit
a9edf06507
@@ -13,8 +13,10 @@ from .glvq import (
|
||||
LVQMLN,
|
||||
ImageGLVQ,
|
||||
ImageGMLVQ,
|
||||
ImageGTLVQ,
|
||||
SiameseGLVQ,
|
||||
SiameseGMLVQ,
|
||||
SiameseGTLVQ,
|
||||
)
|
||||
from .knn import KNN
|
||||
from .lvq import LVQ1, LVQ21, MedianLVQ
|
||||
|
Reference in New Issue
Block a user