Mark Elliot
Mark Elliot

Reputation: 77034

Self Organizing Map (SOM) Implementation

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?

Upvotes: 7

Views: 11316

Answers (2)

monksy
monksy

Reputation: 14234

There is a C# version here: MPerfect.

Upvotes: 1

Puppe
Puppe

Reputation: 5125

How about this, it's BSD licensed.

http://knnl.sourceforge.net/

Upvotes: 4

Related Questions