org.encog.neural.freeform.basic
Class BasicActivationSummationFactory
- java.lang.Object
-
- org.encog.neural.freeform.basic.BasicActivationSummationFactory
-
- All Implemented Interfaces:
- java.io.Serializable, InputSummationFactory
public class BasicActivationSummationFactory extends java.lang.Object implements InputSummationFactory, java.io.Serializable
A factory to create BasicFactivationSUmmation objects.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description BasicActivationSummationFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description InputSummationfactor(ActivationFunction theActivationFunction)Create a new input summation.
-
-
-
Method Detail
-
factor
public InputSummation factor(ActivationFunction theActivationFunction)
Create a new input summation.- Specified by:
factorin interfaceInputSummationFactory- Parameters:
theActivationFunction- The activation function to use.- Returns:
- The input summation.
-
-
DMelt 3.0 © DataMelt by jWork.ORG