classification_error: Calculates the classification error

Description Usage Arguments

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


deeplearning documentation built on Jan. 15, 2017, 9:52 a.m.