自组织映射 (SOM) 实施
我正在寻找基于 C、C++ 或 Java 的 SOM 实现,其许可适用于商业用途(非零成本也可以)。
到目前为止,我知道存在 SOM_PAK(来自 Kohonen),但许可禁止商业用途。
有人知道替代实现吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
怎么样,它是 BSD 许可的。
http://knnl.sourceforge.net/
How about this, it's BSD licensed.
http://knnl.sourceforge.net/
这里有一个 C# 版本:MPerfect。
There is a C# version here: MPerfect.