PotsyYZhou 发表于 2022-3-17 10:29:24

K法数据聚类

K法数据聚类
      open ( unit = 1, file = 'points_100.txt', status = 'old' )
17 March   2022   2:14:41.796 AM      

ASA058_PRB
FORTRAN77 version
Test the ASA058 library.

TEST01
Test the CLUSTR algorithm.
Applied Statistics Algorithm 58

Reading the data.
****************************
Compilation failed due to following error(s).
****************************
At line 71 of file main.f95 (unit = 1)
Fortran runtime error: Cannot open file 'points_100.txt': No such file or directory
Error termination. Backtrace:
#00x7fa7736a1d5a
#10x7fa7736a2869
#20x7fa7736a354f
#30x7fa7738e29d6
#40x7fa7738e2ccc
#50x5647bfe81a60
#60x5647bfe834d8
#70x5647bfe8371f
#80x7fa7734b60b2
#90x5647bfe8115d
#100xffffffffffffffff


如何处理?:-dizzy:

fcode 发表于 2022-3-18 08:13:20

关键句
Fortran runtime error: Cannot open file 'points_100.txt': No such file or directory
页: [1]
查看完整版本: K法数据聚类