Description Objects from the Class Slots Methods Author(s) See Also Examples
Represents the effect of summarizing a CrossValidate-class
object
by computing the performance of predictions on each split into
training and test sets.
Objects are almost always created automatically by applying the
summary
method to an object of the
CrossValidate-class
.
call
:A "call"
object recoding how the summary
method was invoked.
parent
:A character vector containing the name of the
CrossValidate
object being summarized.
trainAcc
:A "list"
containing five numeric
vectors: the sensitivity, specificity, accuracy, PPV, and NPV on
each training data set.
validAcc
:A "list"
containing five numeric
vectors: the sensitivity, specificity, accuracy, PPV, and NPV on
each test data set.
signature(object = "CrossValSummary")
: Summarizes
the algorithm performance.
Kevin R. Coombes <krcoombes@mdanderson.org>
1 | showClass("CrossValSummary")
|
Loading required package: Modeler
Loading required package: ClassDiscovery
Loading required package: cluster
Loading required package: oompaBase
Loading required package: ClassComparison
Class "CrossValSummary" [package "CrossValidate"]
Slots:
Name: call parent trainAcc validAcc
Class: call CrossValidate list list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.