FoldMatrix-class(GeneSelector)
FoldMatrix-class()所属R语言包:GeneSelector
"FoldMatrix"
“FoldMatrix”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
An object returned from GenerateFoldMatrix, usually passed to RepeatRanking.
从GenerateFoldMatrix返回一个对象,通常传递到RepeatRanking的。
插槽----------Slots----------
foldmatrix: A logical matrix whose number of columns equals the number of replications and whose number of rows equals the number of observations. The jth column indicates which observation(s) is(are) removed/mislabeled for the jth replication.
foldmatrix:逻辑matrix的列数等于重复数和行数等于若干意见。第j列表示的观察(S)()为第j复制删除/贴错标签。
k: Number of observations that are removed or whose labels are exchanged.
k:被删除或者其标签交换意见。
replicates: Number of replications if k>1.
replicates如果k>1:复制。
type: One of "unpaired", "paired", "onesample", s. GeneRanking.
type:"unpaired", "paired", "onesample"的之一。 GeneRanking。
minclassize: The minimum class size, s. GenerateFoldMatrix
minclassize:最低级大小。 GenerateFoldMatrix
balanced: Balanced classes, s. GenerateFoldMatrix
balanced:平衡类的。 GenerateFoldMatrix
方法----------Methods----------
show Use show(FoldMatrix) for a brief information
显示使用show(FoldMatrix)一个简短的信息
summary Use summary(FoldMatrix, repl=1:2) to find out those observations which are left out/whose class labels
总结使用summary(FoldMatrix, repl=1:2)找出那些被冷落的意见/类标签
作者(S)----------Author(s)----------
Martin Slawski <br>
Anne-Laure Boulesteix
参考文献----------References----------
Bootstrap Methods and their Application.
参见----------See Also----------
GenerateFoldMatrix, GenerateBootMatrix, RepeatRanking
GenerateFoldMatrix,GenerateBootMatrix,RepeatRanking
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|