foreground_acc {fastai} | R Documentation |
Foreground accuracy
Description
Computes non-background accuracy for multiclass segmentation
Usage
foreground_acc(inp, targ, bkg_idx = 0, axis = 1)
Arguments
inp |
predictions |
targ |
targets |
bkg_idx |
bkg_idx |
axis |
axis |
Value
None
[Package fastai version 2.2.2 Index]