AUC.randomForest.Pred: Calculate the auc of RF predictions

View source: R/CoRF.R

AUC.randomForest.PredR Documentation

Calculate the auc of RF predictions

Description

Calculate the auc of a RF using a set of RF prediction. Primarly useful for cross-validated predictions or predictions made on independent data.

Usage

AUC.randomForest.Pred(PredResp)

Arguments

PredResp

A vector of predictions (fraction of votes) and the predicted response vector binded together, e.g. cbind(Prediction,Response).

Value

Returns the auc.


DennisBeest/CoRF documentation built on July 27, 2024, 8:32 p.m.