org.encog.neural.freeform.factory
Interface FreeformNeuronFactory

All Known Implementing Classes:
BasicFreeformNeuronFactory

public interface FreeformNeuronFactory

A factory that creates neurons.


Method Summary
 FreeformNeuron factorContext(FreeformNeuron neuron)
          Create a context neuron.
 FreeformNeuron factorRegular(InputSummation object)
          Create a regular neuron.
 

Method Detail

factorContext

FreeformNeuron factorContext(FreeformNeuron neuron)
Create a context neuron.

Parameters:
neuron - The source neuron.
Returns:
The newly created neuron.

factorRegular

FreeformNeuron factorRegular(InputSummation object)
Create a regular neuron.

Parameters:
object - The summation function.
Returns:
The newly created neuron.


Copyright © 2014. All Rights Reserved.