View source: R/confusion.matrix.fn.threshold.R
confusion.matrix.fn.threshold | R Documentation |
Returns a function for use with confusion.matrix based on actual or predicted being larger than a particular value.
confusion.matrix.fn.threshold(threshold)
threshold |
Scalar - Value to compare actual and predicted with. |
A function for use with a call to confusion.matrix().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.