R/softmax.R

softmax <- function (x) {
  exp(x)/sum(exp(x))
}
lculibrk/Ploidetect-package documentation built on July 21, 2019, 3:17 a.m.