forked from jamesyili/rTensor
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1.3 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: rTensor
Type: Package
Title: Tools for Tensor Analysis and Decomposition
Version: 1.4.8
Author: James Li and Jacob Bien and Martin Wells
Maintainer: Koki Tsuyuzaki <[email protected]>
Description: 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 Hadamard product for a list of matrices.
License: MIT + file LICENSE
Depends: R (>= 2.10.0)
Imports: methods
Date: 2021-05-14
URL: https://github.com/rikenbit/rTensor
RoxygenNote: 6.1.1
NeedsCompilation: no