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

R语言 MCRestimate包 RF.wrap()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 00:35:57 | 显示全部楼层 |阅读模式
RF.wrap(MCRestimate)
RF.wrap()所属R语言包:MCRestimate

                                        Wrapper function for different classification methods
                                         包装功能不同分类方法

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

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

Wrapper function for different classification methods used by MCRestimator. These functions are mainly used within the
MCRestimator使用不同的分类方法的包装功能。这些功能主要用于在


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


RF.wrap(x,y,...)
PAM.wrap(x,y,threshold,...)
PLR.wrap(x,y,kappa=0,eps=1e-4,...)
SVM.wrap(x,y,gamma = NULL, kernel = "radial", ...)
GPLS.wrap(x,y,...)



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

参数:x,y
x is a matrix where each row refers to a sample a each column refers to a gene; y is a factor which includes the class for each sample
x是一个矩阵,其中的每一行是指每列是指一个基因样本,y是一个因素,其中包括每个样品的类


参数:threshold
the threshold for PAM
PAM的阈值


参数:kappa
the penalty parameter for the penalised logistic regression
罚款的惩罚项的Logistic回归参数


参数:eps
precision of convergence
收敛精度


参数:gamma
parameter for support vector machines
支持向量机的参数


参数:kernel
parameter for support vector machines
支持向量机的参数


参数:...
Further parameters
更多参数


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

Every function return a predict function which can be used to predict
每一个函数返回一个预测功能,它可以用来预测


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


Markus Ruschhaupt <a href="mailto:m.ruschhaupt@dkfz.de">mailto:m.ruschhaupt@dkfz.de</a>



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

MCRestimate
MCRestimate


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


library(golubEsets)
data(Golub_Train)

class.column <- "ALL.AML"
Preprocessingfunctions <- c("varSel.highest.var")
list.of.poss.parameter <- list(threshold = 6)

Preprocessingfunctions <- c("identity")
class.function <- "PAM.wrap"
plot.label <- "Samples"

cross.outer <- 10
cross.repeat <- 7
cross.inner <- 5

PAM.estimate <- MCRestimate(Golub_Train,
                class.column,
                classification.fun = class.function,
                thePreprocessingMethods = Preprocessingfunctions,
                poss.parameters = list.of.poss.parameter,
                cross.outer = cross.outer, cross.inner = cross.inner,
                cross.repeat = cross.repeat, plot.label = plot.label)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-3 21:08 , Processed in 0.022590 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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