eempf_convergence | R Documentation |
The convergence behaviour of all initialisations in a PARAFAC model is shown by printing the numbers
eempf_convergence(pfmodel, print = TRUE)
pfmodel |
PARAFAC model created with staRdom using output = "all" |
print |
logical, whether you want console output or just a list with results |
list with numbers of converging models, cflags and SSEs
data("pf_models")
pfmodel <- pf4[[1]]
conv_beh <- eempf_convergence(pfmodel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.