Description Objects from the Class Slots Extends Methods Author(s) References See Also Examples
This class of objects contains the information describing a bootstrap experiment, i.e. its settings.
Objects can be created by calls of the form bootSettings(...).
The objects contain information on the random number generator seed
and on the number of repetitons of the boostrap process.
bootSeed:Object of class "numeric"with the
random number generator seed (defaulting to 1234).
bootReps:Object of class "numeric" indicating
the number of repetitions of the bootstrap experiment (defaulting
to 50).
Class "expSettings", directly.
signature(object = "bootSettings"): method used to
show the contents of a bootSettings object.
Luis Torgo ltorgo@dcc.fc.up.pt
Torgo, L. (2010) Data Mining using R: learning with case studies, CRC Press (ISBN: 9781439810187). http://www.dcc.fc.up.pt/~ltorgo/DataMiningWithR
bootRun,
mcSettings,
loocvSettings, cvSettings,hldSettings, expSettings
1 | showClass("bootSettings")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.