| MWCA | R Documentation | 
The input is assumed to be a MWCAParams object.
MWCA(params)
| params | MWCAParams object | 
MWCAResult 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.
  if(interactive()){
  	# Test data (single array)
    X <- nnTensor::toyModel("Tucker")@data
    # Default Parameters
    params <- defaultMWCAParams(X)
    # Perform MWCA
    out <- MWCA(params)
  }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.