evaloutput-class {CMA} | R Documentation |
Object returned by the method evaluation
.
score
:"scheme"
, s.below. It equals the number of
iterations (number of different datasets) if
"scheme = iterationwise"
and the number
of all observations in the complete dataset otherwise.
As not necessarily all observation must be predicted
at least one time, score
can also contain NA
s
for those observations not classified at all.measure
:evaluation
.scheme
:evaluation
method
:show(evaloutput-object)
for brief information.summary(evaloutput-object)
to apply the
classic summary()
function to the slot score
,
s. summary,evaloutput-method
boxplot(evaloutput-object)
to display
a boxplot of the slot score
, s. boxplot,evaloutput-method
.obsinfo(evaloutput-object, threshold)
to display all
observations consistenly correctly or incorrectly classified
(depending on the value of the argument threshold
), s.
obsinfo
.Martin Slawski martin.slawski@campus.lmu.de
Anne-Laure Boulesteix http://www.slcmsr.net/boulesteix