org.encog.neural.freeform.factory
Interface InputSummationFactory

All Known Implementing Classes:
BasicActivationSummationFactory

public interface InputSummationFactory

Factory that creates input summations.


Method Summary
 InputSummation factor(ActivationFunction activationFunction)
          Create a new input summation.
 

Method Detail

factor

InputSummation factor(ActivationFunction activationFunction)
Create a new input summation.

Parameters:
activationFunction - The activation function to use.
Returns:
The input summation.


Copyright © 2014. All Rights Reserved.