inst/elmNN/R/hardlim.R

hardlim <-
function(x) {
  y <- ifelse(x >= 0, 1, 0)
  y
}
mlampros/elmNNRcpp documentation built on Dec. 8, 2022, 8:10 p.m.