search for: soskat

Displaying 1 result from an estimated 1 matches for "soskat".

Did you mean: soska
2009 Mar 08
1
Prevent saving the workspace while running a script in batch mode
...his script is finished? I'm asking this because the resulting .RData file has the size of >70MB. I don't need this file since my script already writes the required output and this makes the whole process very slow (>15 minutes each time) FYI, my script: setwd("M:/Program Files/Soskat/Models") library(randomForest) CT <- read.table("CRD.txt",header=TRUE,sep="\t") memory.limit(1000) filename <- paste("CR",read.table("DTE.txt",header=FALSE,sep="\t"),".Rdata",sep="") load(filename) write.table(predict(...