Create a Sigmoid Function.
The center point of the sigmoid curve (where it outputs 0.5)
Width of the transition: it appears in the denominator as 1 / (1 + exp(-(x - center) / slope)), so a smaller slope means a steeper transition and a larger slope a gentler one.
Class representing a Sigmoid.
Example