PLS_Toolbox Documentation: unfoldmw< unfoldm updatemod >

unfoldmw

Purpose

Unfolds multiway arrays along specified order.

Synopsis

 

mwauf = unfoldmw(mwa,order)

Description

Inputs are the multiway array to be unfolded mwa (class "double" or "dataset"), and the dimension (or mode) number along which to perform the unfolding order.

The output is the unfolded array mwauf (class "double" or "dataset" depending on the input class).

When working with dataset objects, unfoldmw will create label and includ fields consistent with the input. This function is used in the development of PARAFAC models in the alternating least squares steps.

See Also

mpca, outer, outerm, parafac, tld, unfoldm


< unfoldm updatemod >