Daim.data1 {Daim} | R Documentation |
The data set containing 100 sets of predictions, id's and corresponding labels were obtained from 100 bootstrap samples.
data(Daim.data1)
A three element list. The first element,
Daim.data1$prob.oob
, is itself a matrix where rows are
observations and colums are the (bootstrap) samples. Each of these 100
colums is a numerical prediction for each bootstrap sample.
The second list entry, Daim.data1$prob.app
is a vector of
numerical apparent predictions.
The third list entry, Daim.data1$labels
is a 100
element list in which each element is a vector of true class
labels corresponding to the predictions.
data(Daim.data1) perform <- performDaim(Daim.data1$prob.oob, Daim.data1$labels, Daim.data1$prob.app) perform plot(perform)