Learn R Programming

nnTensor (version 1.3.0)

Non-Negative Tensor Decomposition

Description

Some functions for performing non-negative matrix factorization, non-negative CANDECOMP/PARAFAC (CP) decomposition, non-negative Tucker decomposition, and generating toy model data. See Andrzej Cichock et al (2009) and the reference section of GitHub README.md , for details of the methods.

Copy Link

Version

Install

install.packages('nnTensor')

Monthly Downloads

404

Version

1.3.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Koki Tsuyuzaki

Last Published

May 13th, 2024

Functions in nnTensor (1.3.0)

toyModel

Toy model data for using NMF, NTF, and NTD
plotTensor3D

Plot function for visualization of tensor data structure
siNMF

Simultaneous Non-negative Matrix Factorization Algorithms (siNMF)
recTensor

Tensor Reconstruction from core tensor (S) and factor matrices (A)
plot.NMF

Plot function of the result of NMF function
kFoldMaskTensor

Mask tensors generator to perform k-fold cross validation
plotTensor2D

Plot function for visualization of matrix data structure
nnTensor-package

tools:::Rd_package_title("nnTensor")
NTD

Non-negative Tucker Decomposition Algorithms (NTD)
GabrielNMF

Gabriel-type Bi-Cross-Validation for Non-negative Matrix Factorization
NMF

Non-negative Matrix Factorization Algorithms (NMF)
NMTF

Non-negative Matrix Tri-Factorization Algorithms (NMTF)
NTF

Non-negative CP Decomposition Algorithms (NTF)
jNMF

Joint Non-negative Matrix Factorization Algorithms (jNMF)