R/GAN.R
accuracy_thresh_expand.Rd
Compute accuracy after expanding `y_true` to the size of `y_pred`.
accuracy_thresh_expand(y_pred, y_true, thresh = 0.5, sigmoid = TRUE)
predictions
actuals
threshold point
sigmoid function
None