Displaying 1 result from an estimated 1 matches for "2300x2300".
2002 Jan 24
2
Data input performance
Dear list,
I'm brand new to R (started using it few days ago...), so sorry for possibly
stupid question.
Anyways, I'm using R to cluster my data. I do have the dissimilarity matrix
as a text file, numbers separated by space. It's at its best something like
2300x2300 matrix.
Now, it seems to me, that the process of importing the matrix into R is
rather slow. For the peak size of 2300x2300 it takes almost two hours. The
clustering itself takes a minimum of time when compared to importing the
data. I have 256MB memory, 900MHz processor PC, Linux (RH7.1). The...