org.encog.neural.freeform.basic
Class BasicFreeformConnectionFactory
java.lang.Object
org.encog.neural.freeform.basic.BasicFreeformConnectionFactory
- All Implemented Interfaces:
- Serializable, FreeformConnectionFactory
public class BasicFreeformConnectionFactory
- extends Object
- implements FreeformConnectionFactory, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicFreeformConnectionFactory
public BasicFreeformConnectionFactory()
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.