accuracy.meas: Calculate classification accuracy statistics.

Description Usage Arguments Value

Description

Calculate classification accuracy statistics.

Usage

1
accuracy.meas(response, predicted, threshold = 0.5)

Arguments

response

Vector of actual wins.

predicted

Vector of predicted win probabilities.

threshold

Probability level that determines whether the prediction is a win or a loss.

Value

Object of class accuracy.meas containing precision, recall, and F-score statistics.


bensoltoff/rnflstats documentation built on May 12, 2019, 2:08 p.m.