multcap-class: Class '"multcap"' in Package 'HandTill2001'

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

Description

S4 class for a multiple class response and corresponding (predicted) probabilities.

Objects from the Class

Objects can be created by calls of the form new("multcap", ...). They are used to store a multiple class response and the predicted probabilities for each of the levels(response).

Slots

predicted:

Object of class "matrix", probabilities for response. Of dimension (n,length(unique(response))). The columns (dimnames()[[2]]) of the prediction matrix have to be named with the values of unique(response).This is the default for example with predict.rpart(type="prob",...).)

response:

Object of class "factor", multiple class observations. Of length n.

Extends

Class "cap", directly.

Methods

auc

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

Author(s)

Andreas Dominik Cullmann

See Also

"class?cap" , "class?bincap" , "?multcap"

Examples

1
showClass("multcap")

nkola123/kola documentation built on May 23, 2019, 9:05 p.m.