dlwh / breeze   0.9.2

Apache License 2.0 Website GitHub

Breeze is a library for numerical processing, machine learning, and natural language processing. Its primary focus is on being generic, clean, and powerful without sacrificing (much) efficiency. Breeze is the merger of the ScalaNLP and Scalala projects, because one of the original maintainers is unable to continue development. The Scalala parts are largely rewritten.

Scala versions: 2.12 2.11 2.10
sbt plugins: 1.0 0.13

breeze-macros 0.12


Group ID:
org.scalanlp
Artifact ID:
breeze-macros_2.10
Version:
0.12
Release Date:
Jan 16, 2016
Licenses:
Files:

libraryDependencies += "org.scalanlp" %% "breeze-macros" % "0.12"

Mill build tool

ivy"org.scalanlp::breeze-macros:0.12"

Scala CLI

//> using dep "org.scalanlp::breeze-macros:0.12"

Ammonite REPL

import $ivy.`org.scalanlp::breeze-macros:0.12`

<dependency>
  <groupId>org.scalanlp</groupId>
  <artifactId>breeze-macros_2.10</artifactId>
  <version>0.12</version>
</dependency>

compile group: 'org.scalanlp', name: 'breeze-macros_2.10', version: '0.12'