CrossVal-class: Class "CrossVal"

Description Objects from the Class Slots Methods Author(s) References See Also Examples

Description

~~ A concise (1-5 lines) description of what the class is. ~~

Objects from the Class

Objects can be created by calls to the constructor function, CrossVal.

Slots

nIterations:

Object of class "numeric" ~~

trainPercent:

Object of class "numeric" ~~

outcome:

Object of class "factor" ~~

trainOutcome:

Object of class "data.frame" ~~

trainPredict:

Object of class "data.frame" ~~

validOutcome:

Object of class "data.frame" ~~

validPredict:

Object of class "data.frame" ~~

extras:

Object of class "list" ~~

Methods

summary

signature(object = "CrossVal"): ...

Author(s)

Kevin R. Coombes <krcoombes@mdanderson.org>

References

See the manual page for the CrossVal-package for a list of related references.

See Also

See CrossVal-package for an overview, and see CrossVal for the constructor function.

Examples

1
showClass("CrossVal")

CrossVal documentation built on May 2, 2019, 5:47 p.m.