org.encog.neural.freeform.basic
Class BasicFreeformConnectionFactory
- java.lang.Object
-
- org.encog.neural.freeform.basic.BasicFreeformConnectionFactory
-
- All Implemented Interfaces:
- java.io.Serializable, FreeformConnectionFactory
public class BasicFreeformConnectionFactory extends java.lang.Object implements FreeformConnectionFactory, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description BasicFreeformConnectionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description FreeformConnectionfactor(FreeformNeuron theSourceNeuron, FreeformNeuron theTargetNeuron)Create a connection.
-
-
-
Method Detail
-
factor
public FreeformConnection factor(FreeformNeuron theSourceNeuron, FreeformNeuron theTargetNeuron)
Create a connection.- Specified by:
factorin interfaceFreeformConnectionFactory- Parameters:
theSourceNeuron- The source neuron.theTargetNeuron- The target neuron.- Returns:
- The newly created connection.
-
-
DMelt 3.0 © DataMelt by jWork.ORG