📄 readme
字号:
29/10/2003This is Fortran archive package of Non-metric MultidimensionalScaling Method (NMDS) developed by Y-h. Taguchi and Y. Oono.Ver. 1.3.1For installation, see INSTALL.For instruction, see INSTRUCTION.For differences between versions, see CHANGELOGThe construction of this package is as follows:MDS_final : directory includes Fortran source codesMDS_final/utilities : directory includes utilitiesMDS_final/distcal1 : directory includes example of distcal1.fMDS_final/doc : some technical detailsContents of MDS_final : README : This file. INSTALL : installation how to. INSTRUCTION : brief instruction of this package. Makefile : is Makefile mds.f : main routine. mds-cgi.f : main routine for output of geomview format Subroutines distcal.f : compute distance matrix of obtained configuration. distcal1.f : compute distance matrix of target configuration. (In this package, it reads d dimensional vector from file fort.51. Modify it as you like) It is same as distcal1/distcal1_vec.f. fcal.f : compute 'Force' along bonds. init.f : initialization. prep.f : compute rank order data for targeted configuration. renorm.f : centered and normalize vector. test.f : compute significant level for obtained configuration. geomview_out.f : output geomview format of obtained config. rand.f: uniform random number generator form SLATEC (*) spsort.f : quick sort routine form SLATEC (*) Subroutines called by spsort.f itself or those called by spsort.f is as follows: fdump.f : i1mach.f : j4save.f : xerhlt.f : xercnt.f : xermsg.f : xerprn.f : xersve.f : xgetua.f :(*)SLATEChttp://phase.etl.co.jp/mirrors/netlib/slatec/Contents of MDS_final/utilities: Makefile : is Makefile ranvec.f : generate vectors whose components are random numbers hypercube.f : generate hypercube (3 dimensional) Contents of MDS_final/distcal1 : distcal1_vec.f : compute distance matrix of target configuration, d dimensional vector from file fort.51.Content of MDS_final/doc : README : some explanation paper.pdf : much more technical details (unpublished)This package is tested on Kondara 2.0 (http://www.kondara.org),which is one of major distribution of Linux.It employs usual g77 compilers, thus this package would beexecuted for any computer system with Fortran compiler.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -