loocvRun-class: Class "loocvRun"

Description Objects from the Class Slots Methods Author(s) References See Also Examples

Description

This is the class of the objects holding the results of a leave one out cross validation experiment.

Objects from the Class

Objects can be created by calls of the form loocvRun(...). These objects contain information on the learner evaluated in the LOOCV experiment, the predictive task that was used, the leave one out cross validation settings, and the results of the experiment.

Slots

learner:

Object of class "learner"

dataset:

Object of class "task"

settings:

Object of class "loocvSettings"

foldResults:

Object of class "matrix" with the results of the experiment. The rows represent the different iterations of the experiment while the columns the different statistics evaluated on each iteration.

Methods

summary

signature(object = "loocvRun"): method used to obtain a summary of the results of the leave one out cross validation experiment.

Author(s)

Luis Torgo ltorgo@dcc.fc.up.pt

References

Torgo, L. (2010) Data Mining using R: learning with case studies, CRC Press (ISBN: 9781439810187). http://www.dcc.fc.up.pt/~ltorgo/DataMiningWithR

See Also

loocvSettings, hldRun,cvRun,mcRun,bootRun,compExp

Examples

1
showClass("loocvRun")

Example output

Loading required package: lattice
Loading required package: grid
Class "loocvRun" [package "DMwR"]

Slots:
                                                              
Name:        learner       dataset      settings   foldResults
Class:       learner          task loocvSettings        matrix

DMwR documentation built on May 1, 2019, 9:17 p.m.