org.encog.neural.freeform.factory
Interface FreeformConnectionFactory

All Known Implementing Classes:
BasicFreeformConnectionFactory

public interface FreeformConnectionFactory

A factory that creates connections.


Method Summary
 FreeformConnection factor(FreeformNeuron sourceNeuron, FreeformNeuron targetNeuron)
          Create a connection.
 

Method Detail

factor

FreeformConnection factor(FreeformNeuron sourceNeuron,
                          FreeformNeuron targetNeuron)
Create a connection.

Parameters:
sourceNeuron - The source neuron.
targetNeuron - The target neuron.
Returns:
The newly created connection.


Copyright © 2014. All Rights Reserved.