Package org.apache.spark.ml.ann
Interface ActivationFunction
- All Superinterfaces:
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)
-