Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CCM Parallel Processing #58

Closed
SoftwareLiteracy opened this issue Mar 19, 2022 · 0 comments
Closed

CCM Parallel Processing #58

SoftwareLiteracy opened this issue Mar 19, 2022 · 0 comments

Comments

@SoftwareLiteracy
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant