找回密码
 注册
查看: 1098|回复: 0

R语言 TSP包 TSPLIB()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 12:47:56 | 显示全部楼层 |阅读模式
TSPLIB(TSP)
TSPLIB()所属R语言包:TSP

                                        Read and write TSPLIB files
                                         读取和写入TSPLIB文件

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Reads and writes TSPLIB format files. TSPLIB files can be used by most TSP solvers. Sample instances for the TSP in TSPLIB format are available  on the TSPLIB homepage (see references).
TSPLIB格式文件的读取和写入。 TSPLIB文件可以使用最TSP求解器。 Sample实例的TSP在TSPLIB格式的提供的TSPLIB网页上(请参阅参考资料)。


用法----------Usage----------


write_TSPLIB(x, file, precision = 6, inf = NULL, neg_inf = NULL)
read_TSPLIB(file, precision = 0)



参数----------Arguments----------

参数:x
an object of class TSP or ATSP.
对象的类TSP或ATSP。


参数:file
file name or a connection.   
文件名称或connection。


参数:precision
controls the number of decimal places used to represent distances (see details).  If x already is integer, this argument is ignored and x is used as is.
控制数的小数位数来表示距离(见详情)。如果x已经是integer,这种说法忽略x作为是。


参数:inf
replacement value for Inf (TSPLIB format cannot handle Inf). If inf is NULL, the default value of 2 times the maximum value in x (ignoring the infinity entries) is used.
Inf(TSPLIB格式不能处理的重置价值Inf“)。 inf如果是NULL,2倍的默认值中的最大值x(忽略了无穷项)使用。


参数:neg_inf
replacement value for -Inf.  If no value is specified, the default value of 2 times the smalles neg. number is used.  If x only contains positive values, -1 is used.
重置价值为-Inf。如果没有指定值,则默认值为的2倍smalles负。号使用。如果x只包含正面的价值观,用于-1。


Details

详细信息----------Details----------

In the TSPLIB format distances are represented by integer values. Therefore, if x contains double values (which is normal in R) the values given in x are multiplied by 10^{precision} before coercion to integer. Note that therefore all results produced by programs using the TSPLIB file as input need to be divided by 10^{precision} (i.e., the decimal point has to be shifted precision placed to the left).
在TSPLIB格式的距离表示的整数的值。因此,如果x包含double的值(这是正常的在R)中给出的值x乘以胁迫10^{precision}前integer的。注意,因此,所有的程序使用TSPLIB文件,作为输入所产生的结果需要除以10^{precision}(即小数点将转移precision放在左边)。


值----------Value----------

read_TSPLIB returns an object of class TSP or ATSP.
read_TSPLIB返回对象类TSP或ATSP。


参考文献----------References----------


转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-29 00:34 , Processed in 0.025608 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表