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

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

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

                                        Get comparisons of pairs of criteria
                                         如何比较条件对

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

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

Gets comparisons of pairs of criteria, stored in the <criteriaComparisons> tag (pairs are represented as sets of two elements), from an XML tree written according to the XMCDA standard.
获取对标准的比较,存储在<criteriaComparisons>标记(对被表示为一组两个元素),从根据XMCDA标准编写的XML树。


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


getCriteriaPairsComparisons(tree, criteriaIDs, mcdaConcept = NULL)



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

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


参数:criteriaIDs
A vector containing the IDs of the criteria to be considered for the extractions.
的提取物被认为是一个向量,包含标准的ID。


参数:mcdaConcept
A string containing the specific mcdaConcept attribute which should be searched for.
一个字符串,其中包含的具体mcdaConcept属性应搜索。


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

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


参数:&ndash;
The first elements contain the <criteriaComparisons> found in <tree> as matrices.  These elements are named according to the mcdaConcept attribute if it can be found.  Each line of each matrix corresponds to one constraint of the type "criterion g1 is preferred to criterion g2 with preference threshold delta".  A line is structured as follows: the first element encodes the index of criterion g1 in criteriaIDs, the next element encodes the ID of criterion g2, and the last element contains the preference threshold delta.
第一个元素包含了<criteriaComparisons> <tree>为矩阵。这些元素的命名是根据mcdaConcept属性,如果可以找到。每个矩阵的每一行对应于该类型的一个约束条件“判据g1的优选标准g2的优选阈值增量”。 A线的结构如下:第一个元素的索引编码标准g1的criteriaIDs,下一个元素编码的ID标准g2的,而最后一个元素中包含的优先级阈值增量。


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


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


tree <- xmlTreeParse(system.file("extdata","testFile.xml",package="RXMCDA"), useInternalNodes=TRUE)

critIDs <- getCriteriaIDs(tree)

comps <- getCriteriaPairsComparisons(tree, critIDs[[1]])

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-28 22:55 , Processed in 0.032728 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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