u

ujmp

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.
https://ujmp.org/
GNU LESSER GENERAL PUBLIC LICENSE
Universal Java Matrix Package
Holger Arndt
文件下载
文件名 操作
ujmp-0.3.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.ujmp</groupId>
  <artifactId>ujmp</artifactId>
  <version>0.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.ujmp:ujmp:0.3.0'
Gradle Kotlin
implementation("org.ujmp:ujmp:0.3.0")
Scala SBT
libraryDependencies += "org.ujmp" % "ujmp" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.ujmp', module='ujmp', version='0.3.0')
)
Apache Ivy
<dependency org="org.ujmp" name="ujmp" rev="0.3.0" />
Leiningen
[org.ujmp/ujmp "0.3.0"]
Apache Buildr
'org.ujmp:ujmp:jar:0.3.0'
本项目依赖
该项目无第三方依赖