[问题] snow 结束运算输出Summary File

楼主: h310713 (虎虎虎)   2016-05-17 23:21:16
[问题类型]:
程式咨询(我想用R 做某件事情,但是我不知道要怎么用R 写出来)
[软件熟悉度]:
使用者(已经有用R 做过不少作品)
[问题叙述]:
各位好,目前想将自己所解的程式,运算完后输出一个summay的档案
所使用的平行运算套件为Snow套件。
目前所遭遇的问题有两个,分别叙述如下:
1.在平行运算的时候,想要印出 iterations 的进度
ex. 总共做 10 次运算,印出 1/10,2/10...这样的输出掌握运算进度
请问这该如何改写?
2.在平行运算之后,该如何印出每一次iterations所得到的summary?
ex.
Iteration 1: A B C
Iteration 2: B C D
Iteration 3: E G I
##################################
运算结束后
输出一个Summary File
1.A B C
2.B C D
3.E G I
这样子的一个档案
请问该如何改写?
[程式范例]:
在此我提供两个程式码
1.写好的for loop 运算,并未使用平行运算,可以顺利输出summary file
& Iteration number
Link:http://ideone.com/5AT7l6
2.加入平行运算之后,并未成功输出 summary file & print out iteration number
Link:http://ideone.com/QUIfoF
请各位指导一下该如何改写,谢谢各位的指导,如果需要任何资讯
请让我知道
谢谢
[环境叙述]:
> R.version
_
platform x86_64-w64-mingw32
arch x86_64
os mingw32
system x86_64, mingw32
status
major 3
minor 2.3
year 2015
month 12
day 10
svn rev 69752
language R
version.string R version 3.2.3 (2015-12-10)
nickname Wooden Christmas-Tree
[关键字]:
Data.table,dplry,snow
作者: cywhale (cywhale)   2016-05-18 01:39:00
outDF <- rbindlist(parLapply(clus,1:L, function(x,dt) {.. dt<-rbindlist(list(dt,..))}, dt=summaryDF))then outDF is your summary output (ps: here functionis ur clusterfunction, but pass initial summaryDF asan argument (So no need to clusterExport it again)
楼主: h310713 (虎虎虎)   2016-05-18 13:12:00
Thanks for you reply, but can you teach me in detailprocess ? I tried the way you replied, but didnt work. Error information is : have no object summaryDF. Thanks

Links booklink

Contact Us: admin [ a t ] ucptt.com