rTensor: Tools for Tensor Analysis and Decomposition

A set of tools for creation, manipulation, and modeling of tensors with arbitrary number of modes. A tensor in the context of data analysis is a multidimensional array. rTensor does this by providing a S4 class 'Tensor' that wraps around the base 'array' class. rTensor provides common tensor operations as methods, including matrix unfolding, summing/averaging across modes, calculating the Frobenius norm, and taking the inner product between two tensors. Familiar array operations are overloaded, such as index subsetting via '[' and element-wise operations. rTensor also implements various tensor decomposition, including CP, GLRAM, MPCA, PVD, and Tucker. For tensors with 3 modes, rTensor also implements transpose, t-product, and t-SVD, as defined in Kilmer et al. (2013). Some auxiliary functions include the Khatri-Rao product, Kronecker product, and the Hamadard product for a list of matrices.

Version: 1.3
Depends: methods, R (≥ 2.10.0)
Published: 2015-12-15
Author: James Li and Jacob Bien and Martin Wells
Maintainer: James Li <jamesyili at gmail.com>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: http://jamesyili.github.io/rTensor
NeedsCompilation: no
Materials: NEWS
CRAN checks: rTensor results

Downloads:

Reference manual: rTensor.pdf
Package source: rTensor_1.3.tar.gz
Windows binaries: r-devel: rTensor_1.3.zip, r-release: rTensor_1.3.zip, r-oldrel: rTensor_1.3.zip
OS X Mavericks binaries: r-release: rTensor_1.3.tgz, r-oldrel: rTensor_1.3.tgz
Old sources: rTensor archive

Reverse dependencies:

Reverse imports: Tlasso

Linking:

Please use the canonical form https://CRAN.R-project.org/package=rTensor to link to this page.