powered by
The input is assumed to be an array object.
defaultMWCAParams(X)
MWCAParams object.
An array object
Koki Tsuyuzaki
Andrzej Cichocki et al., (2016). Tensor Networks for Dimensionality Reduction and Large-scale Optimization: Part 1 Low-Rank Tensor Decompositions
Andrzej Cichocki et al., (2015). Tensor Decompositions for Signal Processing Applications, IEEE SIGNAL PROCESSING MAGAZINE
MWCAParams-class and MWCAResult-class.
MWCAParams-class
MWCAResult-class
if(interactive()){ # Test data (single array) X <- nnTensor::toyModel("Tucker")@data # Default Parameters params <- defaultMWCAParams(X) # Perform MWCA out <- MWCA(params) }
Run the code above in your browser using DataLab