AR.numeric: Calculates the Accruacy Ratio of a given set of probability

Description Usage Arguments

View source: R/AR.R

Description

This function calculates the Accuracy Ratio of a binary classification model output against its targets

Usage

1
2
## S3 method for class 'numeric'
AR(x, target, ...)

Arguments

x

a list of model output in the form of probabilities

target

binary response

...

additional inputs


rz1988/deeplearning documentation built on May 28, 2019, 10:46 a.m.