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