Rdocumentation
powered by
Learn R Programming
deeplearning (version 0.1.0)
classification_error: Calculates the classification error
Description
This function calculates the classification error
Usage
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