Learn R Programming

emuR (version 0.1.9)

perform: Performance (hit rate) of a confusion matrix

Description

Performs (hit rate) of a confusion matrix

Usage

perform(data)

Arguments

data
A confusion matrix.

Value

Caluculates the accuracy (total score) of the confusion matrix, returning percentage of correct, and incorrect matches.

See Also

confusion