public interface ActivationFunction
extends scala.Serializable
| Modifier and Type | Method and Description | 
|---|---|
| scala.Function1<Object,Object> | derivative()Implements a derivative of a function (needed for the back propagation) | 
| scala.Function1<Object,Object> | eval()Implements a function |