1. 首页
  2. 行业
  3. 金融
  4. [Parallel.R(2011.10)].Q.Ethan.McCallum.文字版

[Parallel.R(2011.10)].Q.Ethan.McCallum.文字版

上传者: 2018-12-20 07:26:41上传 PDF文件 5.63MB 热度 34次
一本描述如何使用R做并行计算的书,可以使用计算机的多个核心同时运算,也可以使用多台机器联网运算。
下载地址
用户评论
码姐姐匿名网友 2018-12-20 07:26:41

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.