You are here

Software

PA-Toolbox -- README

Submitted by h2b on 19. February 2016 - 16:33

PA-Toolbox -- Predictive-Analytics Java Toolbox

This is a Java library of some tools that happened to be useful in a predictive-analytics environment. Though, most of them are not specific to this area and might be of general interest.

For separation of concerns and minimizing dependencies this project has been divided into several sub modules:

  • pa-toolbox-evaluation offers some statistical methods for vector and matrix data defined by the pa-toolbox-linalg module.

LinAlg -- The Linear-Algebra Scala Library

Submitted by h2b on 30. December 2015 - 19:54
Name: 
LinAlg
Version: 
3.1.0
Programming language: 
Scala (2.12, 2.11)
Date: 
Saturday, 20. January 2018

LinAlg provides data types and operations for algebraic vectors and matrices.

Vector and Matrix elements can be of arbitrary type, provided that a factory for that element type is available. Currently, factories exist for Double, Float, Long, Int, Short, Byte and Char.

Pages

Subscribe to RSS - Software