EDAResults-class {copulaedas} | R Documentation |
Class for the Results of a Sequence of Runs of an EDA
Description
Results of a sequence of independent runs of an EDA. This class is just a
wrapper for a list
object containing EDAResult
instances. Objects are created by calling the edaIndepRuns
function.
Methods
- show
signature(object = "EDAResults")
: Prints a table with the results.- summary
signature(object = "EDAResults")
: Prints a summary of the results.
References
Gonzalez-Fernandez Y, Soto M (2014). copulaedas: An R Package for Estimation of Distribution Algorithms Based on Copulas. Journal of Statistical Software, 58(9), 1-34. http://www.jstatsoft.org/v58/i09/.
See Also
[Package copulaedas version 1.4.3 Index]