confusion.matrix.fn.threshold: Confusion Matrix Generation - Threshold Function

View source: R/confusion.matrix.fn.threshold.R

confusion.matrix.fn.thresholdR Documentation

Confusion Matrix Generation - Threshold Function

Description

Returns a function for use with confusion.matrix based on actual or predicted being larger than a particular value.

Usage

confusion.matrix.fn.threshold(threshold)

Arguments

threshold

Scalar - Value to compare actual and predicted with.

Value

A function for use with a call to confusion.matrix().


burrm/lolcat documentation built on Aug. 15, 2024, 6:16 p.m.