invoke

open operator override fun invoke(input: Double?): Double?

Transforms the input score using the transform function.

This method will operate regardless of whether input is null or not.