Package org.apache.spark.ml.ann
Interface ActivationFunction
- All Superinterfaces:
 Serializable,scala.Serializable
public interface ActivationFunction
extends scala.Serializable
Trait for functions and their derivatives for functional layers
- 
Method Summary
 
- 
Method Details
- 
derivative
Implements a derivative of a function (needed for the back propagation)- Returns:
 - (undocumented)
 
 - 
eval
Implements a function- Returns:
 - (undocumented)
 
 
 -