org.encog.neural.freeform.factory
Interface FreeformConnectionFactory
-
- All Known Implementing Classes:
- BasicFreeformConnectionFactory
public interface FreeformConnectionFactoryA factory that creates connections.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description FreeformConnectionfactor(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.
-
-
DMelt 3.0 © DataMelt by jWork.ORG