Self Organizing Map (SOM) Implementation
Asked Answered
C

2

7

I'm looking for a C, C++ or Java based SOM implementation with licensing applicable for commercial use (non-zero cost is okay).

So far I'm aware that there exists SOM_PAK (from Kohonen), but the licensing forbids commercial use.

Is anyone aware of alternative implementations?

Canaille answered 28/10, 2009 at 2:23 Comment(0)
D
4

How about this, it's BSD licensed.

http://knnl.sourceforge.net/

Deadhead answered 28/10, 2009 at 6:14 Comment(2)
+1 - thanks for paying attention to my language and license request -- this looks great. For others reading this question/answer, there's also a Java version by the same guys here: jknnl.sourceforge.netCanaille
Hi, do you know how to run it with big data set? Private computer can not handle such big data set.Busse
M
1

There is a C# version here: MPerfect.

Microanalysis answered 28/10, 2009 at 6:17 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.