cvKfold-class: An S4 class containing the K-fold criss validation results

Description Usage Arguments Methods (by generic) Slots See Also

Description

An S4 class containing the K-fold criss validation results

Usage

1
2
## S4 method for signature 'cvKfold'
show(object)

Arguments

object

A cvKfold object.

Methods (by generic)

Slots

pred.table

A table for all cross-validation predictions from all models

prob.table

An array with all estimated probability tables

models

The final models returned

cutoff.list

A list of cutoff values

performances

The performance table for all models

v.score

A table of variables scores averaged on all k folds from all models

pred.error

A table of corss-validation prediction error for all models

See Also

ModelObj-class
ModelEnsembleObj-class
ITRObj-class
PredObj-class
ListPredObj-class
cvGrid-class
cvKfold-class
workflow-class


SkadiEye/ITRlearn documentation built on May 24, 2019, 1:31 a.m.