foreground_acc: Foreground accuracy

View source: R/metric.R

foreground_accR 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


fastai documentation built on June 22, 2024, 11:15 a.m.