org.encog.neural.freeform.basic
Class BasicFreeformConnectionFactory

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

public class BasicFreeformConnectionFactory
extends Object
implements FreeformConnectionFactory, Serializable

See Also:
Serialized Form

Constructor Summary
BasicFreeformConnectionFactory()
           
 
Method Summary
 FreeformConnection factor(FreeformNeuron theSourceNeuron, FreeformNeuron theTargetNeuron)
          Create a connection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicFreeformConnectionFactory

public BasicFreeformConnectionFactory()
Method Detail

factor

public FreeformConnection factor(FreeformNeuron theSourceNeuron,
                                 FreeformNeuron theTargetNeuron)
Create a connection.

Specified by:
factor in interface FreeformConnectionFactory
Parameters:
theSourceNeuron - The source neuron.
theTargetNeuron - The target neuron.
Returns:
The newly created connection.


Copyright © 2014. All Rights Reserved.