malcolmgreaves / smo-fun   0.1.0

GitHub

An efficient implementation of the Sequential Minimal Optimization algorithm for training SVMs.

Scala versions: 2.11

smo-fun 0.0.0


Group ID:
io.malcolmgreaves
Artifact ID:
smo-fun_2.11
Version:
0.0.0
Release Date:
Aug 10, 2016
Licenses:

libraryDependencies += "io.malcolmgreaves" %% "smo-fun" % "0.0.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"io.malcolmgreaves::smo-fun:0.0.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "io.malcolmgreaves::smo-fun:0.0.0"

Ammonite REPL

import $ivy.`io.malcolmgreaves::smo-fun:0.0.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>io.malcolmgreaves</groupId>
  <artifactId>smo-fun_2.11</artifactId>
  <version>0.0.0</version>
</dependency>

compile group: 'io.malcolmgreaves', name: 'smo-fun_2.11', version: '0.0.0'