search for: classifytrain

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

2004 Jun 07
2
strange apparently data-dependent crash with large data (PR#6955)
...ake further progress than I've made here, but maybe the following will provide some clues for someone else. All the following transcripts are from Rgui.exe, with new runs at each comment beginning with "###" ### Read in the data and get a out-of-memory error (but no crash) > # ClassifyTrain.txt is from http://mill.ucsd.edu/data/ClassifyTrain.zip > X <- read.table("ClassifyTrain.txt", skip=2) > X1 <- as.matrix(X) > hist(log(X1[,-(1:2)]+1)) Error: cannot allocate vector of size 164062 Kb In addition: Warning message: Reached total allocation of 1024Mb: see he...