testSigmoidClipped function
Test-only: exposes sigmoidClipped for unit tests.
Implementation
@visibleForTesting
double testSigmoidClipped(double x, {double limit = kRawScoreLimit}) =>
sigmoidClipped(x, limit: limit);
Test-only: exposes sigmoidClipped for unit tests.
@visibleForTesting
double testSigmoidClipped(double x, {double limit = kRawScoreLimit}) =>
sigmoidClipped(x, limit: limit);