sigmoid: Calculates the sigmoid function of the input

View source: R/math_helpers.R

sigmoidR Documentation

Calculates the sigmoid function of the input

Description

Calculates the sigmoid function of the input

Usage

sigmoid(float)

Arguments

float

A float number

Value

A float number which is the result of the sigmoid function

Examples

sigmoid(0)
sigmoid(2)


profrep documentation built on May 29, 2024, 6:25 a.m.