summary.ordinalNetCV | R Documentation |
Provides a data frame which summarizes the cross validation results, which can be used as an estimate of the out-of-sample performance of a model tuned by a particular method.
## S3 method for class 'ordinalNetCV' summary(object, ...)
object |
An "ordinalNetCV" S3 object |
... |
Not used. Additional summary arguments. |
A data frame containing a record for each cross validation fold. Each record contains the following: lambda value, log-likelihood, misclassification rate, Brier score, and percentage of deviance explained.
ordinalNetCV
# See ordinalNetCV() documentation for examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.