learningsets-class {CMA} | R Documentation |
An object returned from GenerateLearningsets
which is usually passed as arguments to GeneSelection
,
tune
and classification
.
learnmatrix
:niter x
ntrain
. Each row contains the indices of those observations
representing the learningset for one iteration. If method =
CV
, zeros appear due to rounding issues.method
:learnmatrix
,
s.GenerateLearningsets
ntrain
:method = CV
, this number is not attained for all
iterations, due to rounding issues.iter
:learnmatrix
.
show(learningsets-object)
for brief information.Martin Slawski martin.slawski@campus.lmu.de
Anne-Laure Boulesteix http://www.slcmsr.net/boulesteix
GenerateLearningsets
, GeneSelection
,
tune
, classification