org.encog.neural.freeform.basic
Class BasicActivationSummationFactory

java.lang.Object
  extended by 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

Constructor Summary
BasicActivationSummationFactory()
           
 
Method Summary
 InputSummation factor(ActivationFunction theActivationFunction)
          Create a new input summation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicActivationSummationFactory

public BasicActivationSummationFactory()
Method Detail

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.