j

java-som

Java implementation of self-organizing feature map (Kohonen map)
https://github.com/chen0040/java-som
MIT
Xianshun Chen
Files download
File Operation
java-som-1.0.2.jar download
java-som-1.0.2.pom download
java-som-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.chen0040</groupId>
  <artifactId>java-som</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.chen0040:java-som:1.0.2'
Gradle Kotlin
implementation("com.github.chen0040:java-som:1.0.2")
Scala SBT
libraryDependencies += "com.github.chen0040" % "java-som" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.chen0040', module='java-som', version='1.0.2')
)
Apache Ivy
<dependency org="com.github.chen0040" name="java-som" rev="1.0.2" />
Leiningen
[com.github.chen0040/java-som "1.0.2"]
Apache Buildr
'com.github.chen0040:java-som:jar:1.0.2'