classification_error: Calculates the classification error

Description Usage Arguments

View source: R/error_functions.R

Description

This function calculates the classification error

Usage

1
classification_error(output, target)

Arguments

output

the output of a classifier in the form of probability. Probability > 1 will be treated as positive (target = 1).

target

the target variable


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