org.encog.neural.freeform.basic
Class BasicActivationSummationFactory
java.lang.Object
org.encog.neural.freeform.basic.BasicActivationSummationFactory
- All Implemented Interfaces:
- Serializable, InputSummationFactory
public class BasicActivationSummationFactory
- extends Object
- implements InputSummationFactory, Serializable
A factory to create BasicFactivationSUmmation objects.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicActivationSummationFactory
public BasicActivationSummationFactory()
factor
public InputSummation factor(ActivationFunction theActivationFunction)
- Create a new input summation.
- Specified by:
factor
in interface InputSummationFactory
- Parameters:
theActivationFunction
- The activation function to use.
- Returns:
- The input summation.
Copyright © 2014. All Rights Reserved.