Description Usage Arguments Value
View source: R/metrics.missrate.max.R
This function allows to use a custom thresholding method to minimize the minimum Miss-Rate (False Negative Rate).
1  | metrics.missrate.max(preds, labels, threshold = FALSE)
 | 
preds | 
 Type: numeric. The predictions.  | 
labels | 
 Type: numeric. The labels (0, 1).  | 
threshold | 
 Type: logical. Whether to return the threshold. Defaults to   | 
A one or two element vector containing the minimum Miss-Rate (False Negative Rate) for binary data, and the threshold used if requested. Returns -1 in case of errors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.