No articles match
Using the foreach package6 years ago
Introduction | Getting Started | Iterators | Parallel Execution | Parallel Random Forest | Parallel Apply | List Comprehensions | Conclusion
Nesting foreach loops6 years ago
Introduction | The nesting operator: %:% | Using %:% with %dopar% | Chunking tasks | Another example | Conclusion
iterators Manual6 years ago
Introduction | Some Special Iterators
Writing Custom Iterators6 years ago
Introduction | What methods are needed for an iterator? | A simple iterator | A stateful iterator | Using an iterator inside an iterator | Adding a hasNext method to an iterator | A recycling iterator | Limiting infinite iterators | Conclusion
Getting Started with doParallel and foreach8 years ago
Introduction | A word of caution | Registering the doParallel parallel backend | An example doParallel session | A more serious example | Getting information about the parallel backend | Specifying multicore options | Stopping your cluster | Conclusion