Description Usage Format Examples
The data sets containing 100 sets of predictions, id's and corresponding labels were obtained from 100 bootstrap samples.
| 1 2 3 | 
A three element list. The first element,
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, prob.app is a vector of 
numerical apparent predictions.
The third list entry, labels is a 100
element list in which each element is a vector of true class
labels corresponding to the predictions.
| 1 2 3 |   data(Daim.data1)
  (perform <- performDaim(Daim.data1$prob.oob, Daim.data1$labels, Daim.data1$prob.app))
  plot(perform)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.