AUC.randomForest.Pred | R Documentation |
Calculate the auc of a RF using a set of RF prediction. Primarly useful for cross-validated predictions or predictions made on independent data.
AUC.randomForest.Pred(PredResp)
PredResp |
A vector of predictions (fraction of votes) and the predicted response vector binded together, e.g. cbind(Prediction,Response). |
Returns the auc.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.