MultiwayRegression-package: Perform tensor-on-tensor regression

Description Details Author(s) Examples

Description

Functions to predict one multi-way array (i.e., a tensor) from another multi-way array.

Details

Package: MultiwayRegression-package
Type: Package
Version: 1.1
Date: 2017-01-09
License: GPL-3

Author(s)

Eric F. Lock

Maintainer: Eric F. Lock <elock@umn.edu>

Examples

1
2
3
data(SimData) ##loads simulated X: 100 x 15 x 20 and Y: 100 x 5 x 10 
Results <- rrr(X,Y,R=2)  ##Fit rank 2 model with no regularization
Y_pred <- ctprod(X,Results$B,2)  ##Array of fitted values

lockEF/MultiwayRegression documentation built on June 20, 2019, 10:04 p.m.