EstCommon-class {performanceEstimation}R Documentation

Class "EstCommon"

Description

An auxiliar class defining slots common to all experimental settings classes.

Objects from the Class

Objects can be created by calls of the form new("EstCommon", ...).

Slots

seed:

Object of class "numeric"

dataSplits:

Object of class "OptMatrix"

Methods

No methods defined with class "EstCommon" 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, Bootstrap, Holdout, EstimationMethod, EstimationTask

Examples

showClass("EstCommon")

[Package performanceEstimation version 1.1.0 Index]