Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/waikato-datamining/multiway-algorithms

Java library of multi-way algorithms.
https://github.com/waikato-datamining/multiway-algorithms

dataprocessing java multiway-algorithms parafac

Last synced: 5 days ago
JSON representation

Java library of multi-way algorithms.

Awesome Lists containing this project

README

        

# multiway-algorithms

Java library of multi-way algorithms.

For more documentation, go to:

[waikato-datamining.github.io/multiway-algorithms](https://waikato-datamining.github.io/multiway-algorithms/)

## Algorithms

Available algorithms:

* [Multi-linear PLS](http://onlinelibrary.wiley.com/doi/10.1002/(SICI)1099-128X(199601)10:1%3C47::AID-CEM400%3E3.0.CO;2-C/epdf)
* [Non-Negative Tensor Factorization (NTF)](https://dl.acm.org/citation.cfm?id=1102451)
* [PARAFAC](https://doi.org/10.1016/S0169-7439(97)00032-4)
* [Sequentially Orthogonalized Multilinear PLS (SONPLS)](https://doi.org/10.1016/j.chemolab.2017.03.002)
* [TwoWayPCA](http://models.life.ku.dk/sites/default/files/NPLS_Rver.zip)

## Maven

Add the following dependency in your `pom.xml`:

```xml

nz.ac.waikato.cms.adams
multiway-algorithms
0.0.7

```