R/sigmoid.R

Defines functions `sigmoid`

`sigmoid` <-
function(lo) 1/(1+exp(-lo))
davidavdav/ROC documentation built on Sept. 8, 2023, 2:39 p.m.