Internal PARAFAC alternating least-squares (ALS) core algorithm
Source:R/parafac_core_als.R
parafac_core_als.Rd
Internal PARAFAC alternating least-squares (ALS) core algorithm
Arguments
- Tensor
Tensor data object
- nfac
Number of components to compute
- init
Initialization from initializePARAFAC.
- maxit
Maximum number of iterations to run (default 500).
- ctol
Loss function tolerance for convergence (default 1e-4)