FSI 发表于 2005-5-10 16:42

ORDERPACK 2.0 -- Unconditional, Unique, and Partial Ranking, Sorting, and P

<P><a href="http://www.fortran-2000.com/rank/index.html" target="_blank" >http://www.fortran-2000.com/rank/index.html</A></P>

<P><FONT face="Goudy Extra Bold CG ATT, arial, Arial, helvetica" size=5><a href="http://www.fortran-2000.com/rank/index.html" target="_blank" >ORDERPACK 2.0</A><B> Unconditional, Unique, and Partial Ranking, Sorting, and Permutation Fortran 90 source code</B>.</P>
<P>Note that ORDERPACK 2.0 is <a href="http://www.fortran.com/F" target="_blank" >F</A>-compatible.</P>
<P>Illustrative Application</P>
<P></FONT><FONT face="Goudy Extra Bold CG ATT, arial, Arial, helvetica" size=3>In spatial-temporal applications one often wishes to know the nearby observations (say the <EM>m</EM> closest) subject to having these nearby observations also prior in time to the observation itself.Many of the ways of forming purely spatial neighbors such as those based upon Delaunay triangles do not function well in a spatial-temporal setting. However, partial ranking always works and can function with many more dimensions. Since the number of neighbors, <EM>m</EM>, is much smaller than the number of observations, <EM>n</EM>, the partial ranking algorithm saves a great deal of time relative to full ranking.For 7,000 observations, the partial algorithm saves almost a factor of 200 in terms of time over the full algorithm. Finding all the neighbors for 100,000 observations takes less than 8 minutes on a 600 Mhz PC, thus making spatial-temporal methods feasible for large data sets on desktop machines. This application was based upon work supported by the National Science Foundation under Grant No. BSC-0136229. Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation (NSF).   <a href="http://www.fortran-2000.com/tn1.pdf" target="_blank" >Documentation</A>   <a href="http://www.fortran-2000.com/time_neighbors_files.zip" target="_blank" >Complete Application (source code, pc executable code, data, documentation)</A></P></FONT>
页: [1]
查看完整版本: ORDERPACK 2.0 -- Unconditional, Unique, and Partial Ranking, Sorting, and P