accuracy_multi {fastai}R Documentation

Accuracy_multi

Description

Compute accuracy when 'inp' and 'targ' are the same size.

Usage

accuracy_multi(inp, targ, thresh = 0.5, sigmoid = TRUE)

Arguments

inp

predictions

targ

targets

thresh

threshold point

sigmoid

sigmoid

Value

None


[Package fastai version 2.2.2 Index]