Registry / utility / breeze-2-12

breeze-2-12

JSON →
library2.1.0javamavenunverified

Breeze is a numerical processing library for Scala, providing linear algebra, optimization, and machine learning tools.

<dependency> <groupId>org.scalanlp</groupId> <artifactId>breeze_2.12</artifactId> <version>2.1.0</version> </dependency>
INSTALL
IMPORT
SIG · BREEZE-2-12
B
breeze-2-12
utilityjavav2.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DenseVector
breeze.linalg.DenseVector

Minimal usage showing import of DenseVector from Breeze.

import breeze.linalg.DenseVector; public class Example { public static void main(String[] args) { DenseVector<Double> v = DenseVector(1.0, 2.0, 3.0); System.out.println(v); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
breeze-2-12 — mvn dependency:get breeze-2-12 · libregistry