workflow-class: An S4 class containing the workflow results

Description Usage Arguments Methods (by generic) Slots See Also

Description

An S4 class containing the workflow results

Usage

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

Arguments

object

A workflow object.

Methods (by generic)

Slots

pred.array

An array for all iterations of all cross-validation predictions from all models

prob.array

An array with all estimated probability tables

performance.array

An array storing the performance score for all iterations

performances

The aggregated performance table for all models

cutoff.list

A list of cutoff values

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

models

The final models returned

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.