search for: prediction_set_filt

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

2005 Aug 09
2
How to pre-filter large amounts of data effectively
...ile=filtered.file, append=TRUE, col.names=FALSE, sep=",") } #------------- # Now read in the filtered data set and save it for later use in classification prediction.set.filtered <- read.csv(filtered.file, header=TRUE, row.names=1) filtered.data <- 'prediction_set_filtered.Rdata' save(prediction.set.filtered, file=filtered.data) I would be very happy about any hints how to improve the code above!!! Best regards, Torsten