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

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

[复制链接]
发表于 2012-9-29 21:08:11 | 显示全部楼层 |阅读模式
putAlternativesComparisonsLabels(RXMCDA)
putAlternativesComparisonsLabels()所属R语言包:RXMCDA

                                        Put comparisons of alternatives
                                         把比较的替代品

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

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

Writes <alternativesComparisons> in an XML tree written according to the XMCDA standard.
写入<alternativesComparisons>根据XMCDA标准编写的XML树。


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


putAlternativesComparisonsLabels(tree, alternativesComparisons, mcdaConcept = NULL)



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

参数:tree
Object containing the XMCDA XML tree.
Object,包含XMCDAXML树。


参数:alternativesComparisons
A matrix containing the <alternativesComparisons> as a matrix.  Each line of each matrix corresponds to one constraint of the type "alternative a is preferred to alternative b with preference threshold delta".  A line is structured as follows: the first element encodes the ID of alternative a, the second element encodes the ID of alternative b, and the last element contains a valuation.
包含<alternativesComparisons>矩阵的矩阵。每个矩阵的每一行对应于一个约束类型“可选择的最好备选方案B的偏好阈值Delta”。 A线的结构如下:第一个元素编码ID的替代,所述第二元件备选方案B中的ID编码,而最后一个元素包含一个估值。


参数:mcdaConcept
A string containing the specific mcdaConcept attribute which should be written.
一个字符串,其中包含的具体mcdaConcept属性应该写入。


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

The function returns a list structured as follows:
该函数返回一个列表结构如下:


参数:status
Either OK if all the <alternativesComparisons> tags could be correctly put, or the description of the error.
无论是OK的,如果所有的<alternativesComparisons>标签可以正确地说,或对错误的描述。


实例----------Examples----------


tree = newXMLDoc()

newXMLNode("xmcda:XMCDA", namespace = c("xsi" = "http://www.w3.org/2001/XMLSchema-instance", "xmcda" = "http://www.decision-deck.org/2009/XMCDA-2.1.0"), parent=tree)

comps <- rbind(c("x", "y", "0.07"), c("y", "z", "0.01"))

altIDs <- c("x","y","z")

putAlternativesComparisonsLabels(tree,comps, mcdaConcept="newComparisons")

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-28 20:35 , Processed in 0.039362 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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