optim_thresh_sens {tidysdm} | R Documentation |
Find threshold that gives a target sensitivity
Description
This is an internal function returns the threshold to turn probabilities into binary classes for a given target sensitivity
Usage
optim_thresh_sens(presences, absences, sens_target)
Arguments
presences |
Probabilities for presences. |
absences |
Provabilities for absences |
sens_target |
the target sensitivity |
Value
the probability threshold for the event
[Package tidysdm version 1.0.0 Index]