Description Slots Methods Author(s) See Also
Object returned by the method evaluation
.
score
:A numeric vector of performance scores whose length depends
on "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
:performance measure used, s. evaluation
.
scheme
:scheme used, s. evaluation
method
:name of the classifier that has been evaluated.
Use show(evaloutput-object)
for brief information.
Use summary(evaloutput-object)
to apply the
classic summary()
function to the slot score
,
s. summary,evaloutput-method
Use boxplot(evaloutput-object)
to display
a boxplot of the slot score
, s. boxplot,evaloutput-method
.
Use 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 ms@cs.uni-sb.de
Anne-Laure Boulesteix boulesteix@ibe.med.uni-muenchen.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.