Java library of multi-way algorithms.
For more documentation, go to:
waikato-datamining.github.io/multiway-algorithms
Available algorithms:
- Multi-linear PLS
- Non-Negative Tensor Factorization (NTF)
- PARAFAC
- Sequentially Orthogonalized Multilinear PLS (SONPLS)
- TwoWayPCA
Add the following dependency in your pom.xml
:
<dependency>
<groupId>nz.ac.waikato.cms.adams</groupId>
<artifactId>multiway-algorithms</artifactId>
<version>0.0.7</version>
</dependency>