Learn R Programming

RFmarkerDetector (version 1.0.1)

forestPerformance: Characterizing the performance of a Random Forest model

Description

This function provides the accuracy and the recall of a Random Forest model

Usage

forestPerformance(cm)

Arguments

cm
the confusion matrix of a validated Random Forest model

Value

a vector contining the accuracy, the recall and the same confusion matrix of the Random Forest model