DOC

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.

Table Of Contents

Latest Version

Download org.ujmp : ujmp Javadoc & API Documentation - Latest Versions:

All Versions

Download org.ujmp : ujmp Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.3.x

How to open Javadoc JAR file in web browser

  1. Rename the file ujmp-0.3.0-javadoc.jar to ujmp-0.3.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder ujmp-0.3.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "ujmp-0.3.0-sources.jar" -d "ujmp-0.3.0-javadoc" -subpackages 

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