roc: roc

Description Usage Arguments Value Examples

Description

This function estimates some statistics for measuring the performance of the machine learning model.

Usage

1
roc(dat, real.name = "class", pred.name = "merProb")

Arguments

dat

Data frame with the real class and the prediction of the probability.

real.name

String with the name of the variable that is the real class. Defatult is 'class'.

pred.name

String with the name of the variable that is the predicted probability. Defaults is 'merProb'.

Value

data frame with the statistics.

Examples

1

Martindelosrios/MeSsI documentation built on May 14, 2021, 3:43 p.m.