| ActivationLogisticTable Field |
Namespace: Imsl.DataMining.Neural
This is an approximation to the logistic function that is faster to compute.
This version of the logistic function differs from the exact version by at most 4.0e-9.
Networks trained using this activation should not use Activation.Logistic for forecasting. Forecasting should be done using the specific function supplied during training.