Description Objects from the Class Slots Methods Author(s) References See Also Examples
This is the class of the objects holding the results of a monte carlo experiment.
Objects can be created by calls of the form mcRun(...)
.
The objects contain information on the learner evaluated in the monte carlo
experiment, the predictive task that was used, the monte carlo settings,
and the results of the experiment.
learner
:Object of class "learner"
dataset
:Object of class "task"
settings
:Object of class "mcSettings"
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.
signature(x = "mcRun", y = "missing")
: method
used to visualize the results of the monte carlo experiment.
signature(object = "mcRun")
: method used to
obtain a summary of the results of the monte carlo experiment.
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
mcSettings
, hldRun
,loocvRun
,cvRun
,bootRun
,compExp
1 | showClass("mcRun")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.