org.encog.neural.freeform.basic
Class BasicFreeformNeuronFactory

java.lang.Object
  extended by org.encog.neural.freeform.basic.BasicFreeformNeuronFactory
All Implemented Interfaces:
Serializable, FreeformNeuronFactory

public class BasicFreeformNeuronFactory
extends Object
implements FreeformNeuronFactory, Serializable

A factory to create BasicFreeformNeuron objects.

See Also:
Serialized Form

Constructor Summary
BasicFreeformNeuronFactory()
           
 
Method Summary
 FreeformNeuron factorContext(FreeformNeuron neuron)
          Create a context neuron.
 FreeformNeuron factorRegular(InputSummation object)
          Create a regular neuron.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicFreeformNeuronFactory

public BasicFreeformNeuronFactory()
Method Detail

factorContext

public FreeformNeuron factorContext(FreeformNeuron neuron)
Create a context neuron.

Specified by:
factorContext in interface FreeformNeuronFactory
Parameters:
neuron - The source neuron.
Returns:
The newly created neuron.

factorRegular

public FreeformNeuron factorRegular(InputSummation object)
Create a regular neuron.

Specified by:
factorRegular in interface FreeformNeuronFactory
Parameters:
object - The summation function.
Returns:
The newly created neuron.


Copyright © 2014. All Rights Reserved.