FoldMatrix-class {GeneSelector} | R Documentation |
An object returned from GenerateFoldMatrix and which is usually directly passed to GetRepeatRanking
foldmatrix
: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.
The corresponding entries are then FALSE
.k
:replicates
:k>1
.type
:"unpaired", "paired", "onesample"
,
s. GeneRankingminclassize
:balanced
:show(FoldMatrix)
for a brief informationsummary(FoldMatrix, repl=1:2)
to see
those observations which are left out/whose class labels
are exchanged in replications 1
and 2
Martin Slawski martin.slawski@campus.lmu.de
Anne-Laure Boulesteix http://www.slcmsr.net/boulesteix
Davison, A.C., Hinkley, D.V. (1997)
Bootstrap Methods and their Application.
Cambridge University Press
GenerateFoldMatrix, GenerateBootMatrix, GetRepeatRanking