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

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

Arguments

inp

predictions

targ

targets

thresh

threshold point

sigmoid

sigmoid

Value

None