You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding the question of how to multiprocess with CCM, a set of R functions that do this in various ways using foreach %dopar% and clusterApply are shown here.
Please note that since CCM is multithreaded computing both forward and reverse mappings, the number of cores applied to these functions should be less than 1/2 the number of cores available.
Also note that mclapply should not be used with multithreaded functions/applications such as CCM Multiview EmbedDimension PredictNonlinear PredictInterval.
The text was updated successfully, but these errors were encountered:
Regarding the question of how to multiprocess with
CCM
, a set of R functions that do this in various ways usingforeach %dopar%
andclusterApply
are shown here.Please note that since
CCM
is multithreaded computing both forward and reverse mappings, the number of cores applied to these functions should be less than 1/2 the number of cores available.Also note that
mclapply
should not be used with multithreaded functions/applications such asCCM Multiview EmbedDimension PredictNonlinear PredictInterval
.The text was updated successfully, but these errors were encountered: