|
地板
楼主 |
发表于 2004-4-14 11:49:54
|
只看该作者
I am sorry that I forgot to mention something. For a data set of this size, there are some special skills to handle it. Otherwise, it will take a long time to run. The code in previous message is simple, but not efficient. Please check out some other papers to get an idea. The key is that you have to move the curser to the begining of a record without read it, go through the randomizing part, if the record is picked, read in the rest of the data, otherwise, skip it and go to the nest record. |
|