[WIP] Add SOM

This commit is contained in:
Jensun Ravichandran
2021-06-07 18:44:15 +02:00
parent b031382072
commit c7b5c88776
4 changed files with 178 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ from .glvq import (
from .knn import KNN
from .lvq import LVQ1, LVQ21, MedianLVQ
from .probabilistic import CELVQ, RSLVQ, LikelihoodRatioLVQ
from .unsupervised import GrowingNeuralGas, NeuralGas
from .unsupervised import GrowingNeuralGas, HeskesSOM, KohonenSOM, NeuralGas
from .vis import *
__version__ = "0.1.7"