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

R语言 Rmagpie包 setDataset-methods()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 13:02:14 | 显示全部楼层 |阅读模式
setDataset-methods(Rmagpie)
setDataset-methods()所属R语言包:Rmagpie

                                        getDataset<- Method to modify the attributes of a dataset from an assessment
                                         getDataset < - 修改数据集的属性评估方法

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

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

This method provides an easy interface to modify the attributes of a dataset directly from an object assessment. The argument topic specifies which part of the dataset should be modified. This method is only available none of the one-layer CV or two-layers CV have been performed and the final classifier has not been determined yet.
这种方法提供了一个简单的界面,直接修改对象评估数据集的属性。参数的主题指定应修改数据集的一部分。这种方法是唯一的一个层简历或两个层CV已执行尚未确定最终分类。


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

参数:object
class assessment. Object assessment of interest
类评估。感兴趣的对象评估


参数:topic
character. Optional argument that specifies which attribute of the dataset must be changed, the possible values are dataId (slot dataId of the dataset), dataPath (slot dataPath of the dataset), geneExprFile (slot geneExprFile of the dataset), classesFile (slot classesFile of the dataset), if the topic is missing then the whole dataset object is replaced.
字符。可选的参数指定数据集的属性必须改变,可能的值是dataId(插槽dataId数据集),dataPath(插槽数据集的数据通路),geneExprFile(槽数据集geneExprFile),classesFile(数据集的的插槽classesFile),如果topic缺少那么整个数据集对象被替换。


参数:value
The replacement value.
替代的价值。


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

The methods modifies the object of class assessment and returned the slot modified accordingly to the request provided by topic.
该方法修改评估类的对象,并返回相应的修改要求提供topic插槽。

If 'topic' is missing object of class dataset the dataset corresponding to the assessment is replaced by 'value'.
如果主题失踪object of class dataset相应的评估数据集是由“价值”取代。

If 'topic' is "dataId" object of class character the 'dataId' of the dataset is replaced by 'value'
如果“主题”的“dataId”object of class characterdataId的数据集被取代的价值“

If 'topic' is "dataPath" object of class character the 'dataPath' of the dataset is replaced by 'value'
如果“主题”是“数据路径”object of class character数据通路的数据集被取代的价值“

If 'topic' is "geneExprFile" object of class character the 'geneExprFile' of the dataset is replaced by 'value'
如果“主题”是“geneExprFile”object of class charactergeneExprFile数据集被取代的价值“

If 'topic' is "classesFile" object of class character the 'classesFile' of the dataset is replaced by 'value'
如果“主题”是“classesFile”object of class characterclassesFile数据集被取代的价值“


方法----------Methods----------




object = "assessment" This method is only applicable on objects of class
对象的“评估”这种方法只适用于类对象


作者(S)----------Author(s)----------


Camille Maumet



参见----------See Also----------

assessment,  getDataset-methods
assessment,getDataset-methods


举例----------Examples----------



## Not run: [#无法运行:]
aDataset <- new("dataset", dataId="vantVeer_70", dataPath="pathToFile")
aDataset <- loadData(aDataset)

expeOfInterest <- new("assessment", dataset=aDataset,
                                   noFolds1stLayer=10,
                                   noFolds2ndLayer=9,
                                   classifierName="svm",
                                   typeFoldCreation="original",
                                   svmKernel="linear",
                                   noOfRepeat=2,
                                   featureSelectionOptions=new("geneSubsets", optionValues=c(1,2,3,4,5,6)))

# Modify the dataId[修改的dataId]
getDataset(expeOfInterest, topic='dataId') <- "khan"
getDataset(expeOfInterest, 'dataId')

# Replace the dataset[更换数据集]
getDataset(expeOfInterest) <- aDataset
getDataset(expeOfInterest, 'dataId')

## End(Not run)[#结束(不运行)]

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-27 13:05 , Processed in 0.025573 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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