EstimationMethod-class {performanceEstimation} | R Documentation |
Class "EstimationMethod"
Description
This is a class union formed by the classes CvSettings, McSettings, HldSettings, LoocvSettings and BootSettings
Objects from the Class
A virtual Class: No objects may be created from it.
Methods
No methods defined with class "EstimationMethod" in the signature.
Author(s)
Luis Torgo ltorgo@dcc.fc.up.pt
References
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
See Also
CV
,
MonteCarlo
,
LOOCV
,
Holdout
,
Bootstrap
,
EstimationTask
Examples
showClass("EstimationMethod")
[Package performanceEstimation version 1.1.0 Index]