[Parallel.R(2011.10)].Q.Ethan.McCallum.文字版
一本描述如何使用R做并行计算的书,可以使用计算机的多个核心同时运算,也可以使用多台机器联网运算。
下载地址
用户评论
One of the biggest limitation of using R for data analysis is its memory model, which means the whole data needs to be loaded into memory and analyzed in serial. The book covers the state-of-art of how to use R in parallel computing environment.