Last Version

Universal Java Matrix Package 0.3.0

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.

License

License

GroupId

GroupId

org.ujmp
ArtifactId

ArtifactId

ujmp
Version

Version

0.3.0
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://ujmp.org/
Project Organization

Project Organization

Universal Java Matrix Package
Source Code Management

Source Code Management

https://github.com/ujmp/universal-java-matrix-package

Download ujmp 0.3.0

Filename Size
ujmp-0.3.0.pom 20 KB
ujmp-0.3.0-tests.jar 4 KB
Browse

<!-- https://jarcasting.com/artifacts/org.ujmp/ujmp/ -->
<dependency>
    <groupId>org.ujmp</groupId>
    <artifactId>ujmp</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ujmp/ujmp/
implementation 'org.ujmp:ujmp:0.3.0'
// https://jarcasting.com/artifacts/org.ujmp/ujmp/
implementation ("org.ujmp:ujmp:0.3.0")
'org.ujmp:ujmp:jar:0.3.0'
<dependency org="org.ujmp" name="ujmp" rev="0.3.0">
  <artifact name="ujmp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ujmp', module='ujmp', version='0.3.0')
)
libraryDependencies += "org.ujmp" % "ujmp" % "0.3.0"
[org.ujmp/ujmp "0.3.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • ../ujmp-colt
  • ../ujmp-commonsmath
  • ../ujmp-complete
  • ../ujmp-core
  • ../ujmp-ehcache
  • ../ujmp-ejml
  • ../ujmp-elasticsearch
  • ../ujmp-examples
  • ../ujmp-gui
  • ../ujmp-hadoop
  • ../ujmp-itext
  • ../ujmp-jackcess
  • ../ujmp-jama
  • ../ujmp-jblas
  • ../ujmp-jdbc
  • ../ujmp-jetty
  • ../ujmp-jfreechart
  • ../ujmp-jmatio
  • ../ujmp-jsch
  • ../ujmp-jsci
  • ../ujmp-jscience
  • ../ujmp-jung
  • ../ujmp-la4j
  • ../ujmp-lucene
  • ../ujmp-mail
  • ../ujmp-mtj
  • ../ujmp-ojalgo
  • ../ujmp-parallelcolt
  • ../ujmp-pdfbox
  • ../ujmp-poi
  • ../ujmp-vecmath