Documentation For Encog 2.x

ActivationLOG Methods

The methods of the ActivationLOG class are listed below. For a complete list of ActivationLOG class members, see the ActivationLOG Members topic.

Public Instance Methods

ActivationFunctionImplements the activation function. The array is modified according to the activation function being used. See the class description for more specific information on this type of activation function. @param d The input array to the activation function.
Clone@return The object cloned.
CreatePersistorCreate a Persistor for this activation function. @return The persistor.
DerivativeFunctionImplements the activation function derivative. The array is modified according derivative of the activation function being used. See the class description for more specific information on this type of activation function. Propagation training requires the derivative. Some activation functions do not support a derivative and will throw an error. @param d The input array to the activation function.
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

ActivationLOG Class | Encog.Neural.Activation Namespace