inst/elmNN/R/poslin.R

poslin <-
function(x) {
  y <- x
  y[y < 0] <- 0
  y
}
mlampros/elmNNRcpp documentation built on Dec. 8, 2022, 8:10 p.m.