weighted_error_rate: Weighted error rate

Description Usage Arguments Details Value Author(s)

View source: R/error-functions.r

Description

If different types of errors are associated with different costs a weighted error function might be more appropriate than the standard.

Usage

1

Arguments

x

Cost matrix or factor response vector.

Details

This function is not in itself an error function, but used to generate error functions. Either supply a predefined cost matrix or a response vector for a classification problem to define it automatically.

The automatically generated cost matrix will generate an error of 0 if all predictions are correct, 1 if all predictions are incorrect and 0.5 if all predictions are the same (regardless of class, i.e. if one class is smaller it will be given a higher misclassification cost).

Value

An error function.

Author(s)

Christofer Bäcklin


emil documentation built on Aug. 1, 2018, 1:03 a.m.