loocvSettings-class: Class "loocvSettings"

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

Description

This class of objects contains the information describing a leave one out cross validation experiment, i.e. its settings.

Objects from the Class

Objects can be created by calls of the form loocvSettings(...). These objects contain infoprmation on the random number generator seed and also whether the execution of the experiments should be verbose.

Slots

loocvSeed:

Object of class "numeric" with the random number generator seed (defaulting to 1234).

verbose:

Object of class "logical" indicating whether the execution of the experiments should be verbose (defaulting to F).

Extends

Class "expSettings", directly.

Methods

show

signature(object = "loocvSettings"): method used to show the contents of a loocvSettings object.

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

loocvRun, mcSettings, cvSettings, hldSettings,bootSettings, expSettings

Examples

1
showClass("loocvSettings")

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