Learn R Programming

mwTensor (version 1.1.0)

Multi-Way Component Analysis

Description

For single tensor data, any matrix factorization method can be specified the matricised tensor in each dimension by Multi-way Component Analysis (MWCA). An originally extended MWCA is also implemented to specify and decompose multiple matrices and tensors simultaneously (CoupledMWCA). See the reference section of GitHub README.md , for details of the methods.

Copy Link

Version

Install

install.packages('mwTensor')

Monthly Downloads

149

Version

1.1.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Koki Tsuyuzaki

Last Published

July 6th, 2023

Functions in mwTensor (1.1.0)

plotTensor3Ds

Plot function for visualization of tensor data structure
toyModel

Toy model of coupled tensor data
mySVD

Singular Value Decomposition (SVD) as an example of user-defined matrix decomposition.
myICA

Independent Component Analysis (ICA) as an example of user-defined matrix decomposition.
myCX

CX Decomposition as an example of user-defined matrix decomposition.
MWCAParams-class

Class "MWCAParams"
myALS_SVD

Alternating Least Square Singular Value Decomposition (ALS-SVD) as an example of user-defined matrix decomposition.
CoupledMWCA

Coupled Multi-way Component Analysis (CoupledMWCA)
CoupledMWCAParams-class

Class "CoupledMWCAParams"
CoupledMWCAResult-class

Class "CoupledMWCAResult"
mwTensor-package

tools:::Rd_package_title("mwTensor")
defaultCoupledMWCAParams

Default parameters for CoupledMWCA
MWCAResult-class

Class "MWCAResult"
defaultMWCAParams

Default parameters for MWCA
MWCA

Multi-way Component Analysis (MWCA)
myNMF

Independent Component Analysis (ICA) as an example of user-defined matrix decomposition.