Learn R Programming

emuR (version 2.4.0)

perform: Performance (hit rate) of a confusion matrix

Description

Performs (hit rate) of a confusion matrix

Usage

perform(data)

Value

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

Arguments

data

A confusion matrix.

See Also

confusion