accuracy_thresh_expand: Accuracy threshold expand

View source: R/GAN.R

accuracy_thresh_expandR Documentation

Accuracy threshold expand

Description

Compute accuracy after expanding 'y_true' to the size of 'y_pred'.

Usage

accuracy_thresh_expand(y_pred, y_true, thresh = 0.5, sigmoid = TRUE)

Arguments

y_pred

predictions

y_true

actuals

thresh

threshold point

sigmoid

sigmoid function

Value

None


fastai documentation built on March 31, 2023, 11:41 p.m.