nnf_area_under_min_fpr_fnr | R Documentation |
Min(FPR, FNR)
(AUM)Function that measures Area under the Min(FPR, FNR)
(AUM) between each
element in the input
and target
.
nnf_area_under_min_fpr_fnr(input, target)
input |
Tensor of arbitrary shape |
target |
Tensor of the same shape as input. Should be the factor
level of the binary outcome, i.e. with values |
This is used for measuring the error of a binary reconstruction within highly unbalanced dataset, where the goal is optimizing the ROC curve.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.