R/logistic.R

logistic <-
function(v, s = 1){
  1/(1+exp(-v*s))
}
cranedroesch/panelNNET documentation built on May 14, 2019, 11:31 a.m.