Self Organizing Map (SOM) Implementation

11.2k Views Asked by At

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?

2

There are 2 best solutions below

2
On BEST ANSWER

How about this, it's BSD licensed.

http://knnl.sourceforge.net/

0
On

There is a C# version here: MPerfect.