inst/elmNN/R/poslin.R

poslin <-
function(x) {
  y <- x
  y[y < 0] <- 0
  y
}

Try the elmNNRcpp package in your browser

Any scripts or data that you put into this service are public.

elmNNRcpp documentation built on March 18, 2022, 7:26 p.m.