florentf9 / sparkml-som   0.2.1

Apache License 2.0 GitHub

:sparkles: Spark ML implementation of SOM algorithm (Kohonen self-organizing map)

Scala versions: 2.11

sparkml-som 0.1


Group ID:
xyz.florentforest
Artifact ID:
sparkml-som_2.11
Version:
0.1
Release Date:
Aug 23, 2019
Licenses:
Files:

libraryDependencies += "xyz.florentforest" %% "sparkml-som" % "0.1"

Mill build tool

ivy"xyz.florentforest::sparkml-som:0.1"

Scala CLI

//> using dep "xyz.florentforest::sparkml-som:0.1"

Ammonite REPL

import $ivy.`xyz.florentforest::sparkml-som:0.1`

<dependency>
  <groupId>xyz.florentforest</groupId>
  <artifactId>sparkml-som_2.11</artifactId>
  <version>0.1</version>
</dependency>

compile group: 'xyz.florentforest', name: 'sparkml-som_2.11', version: '0.1'