MVN

org.ujmp : ujmp

Maven & Gradle

Jul 30, 2015
101 stars

Universal Java Matrix Package · The Universal Java Matrix Package (UJMP) is an open source library for dense and sparse matrix computations and linear algebra in Java. In addition to the basic operations like matrix multiplication, matrix inverse or decomposition methods, it also supports visualization, JDBC import/export and many other useful functions such as mean, correlation, standard deviation, mutual information, or the replacement of missing values. It's a swiss army knife for data processing in Java, tailored to machine learning applications.

<dependency>
    <groupId>org.ujmp</groupId>
    <artifactId>ujmp</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ujmp : ujmp to add to Maven - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of org.ujmp : ujmp to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3.x
ujmp-0.3.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.ujmp</groupId>
    <artifactId>ujmp</artifactId>
    <version>0.3.0</version>
</dependency>

Advertisement

Dependencies from Group

Jul 30, 2015
36 usages
101 stars
Jul 30, 2015
7 usages
101 stars
Jul 30, 2015
3 usages
101 stars
Jul 30, 2015
3 usages
101 stars
Jul 30, 2015
3 usages
101 stars

Discover Dependencies