Description Objects from the Class Slots Extends Methods Author(s) References See Also Examples
This class of objects contains the information describing a leave one out cross validation estimation experiment, i.e. its settings.
Objects can be created by calls of the form LOOCV(...)
providing the values for the class slots.
These objects contain infoprmation on the random number generator seed
and also whether the execution of the experiments should be verbose.
seed
:Object of class numeric
with the
random number generator seed (defaulting to 1234).
dataSplits
:Object of class list
containing the data splits to use on each repetition of a
leave one out cross validation experiment (defaulting to NULL
). This list
should contain as many elements as there are cases in the task
data set. Each element should be the row id of the test case of the respective
iteration. On all these
iterations the training set will be formed by the remaining ids.
Class EstCommon
, directly.
Class EstimationMethod
, directly.
signature(object = "LOOCV")
: method used to
show the contents of a LOOCV
object.
Luis Torgo ltorgo@dcc.fc.up.pt
Torgo, L. (2014) An Infra-Structure for Performance Estimation and Experimental Comparison of Predictive Models in R. arXiv:1412.0436 [cs.MS] http://arxiv.org/abs/1412.0436
MonteCarlo
,
CV
,
Bootstrap
,
Holdout
,
EstimationMethod
,
EstimationTask
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.