org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks.neurosolutions
Class Synapse
java.lang.Object
org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks.neurosolutions.Synapse
- All Implemented Interfaces:
- Serializable
public class Synapse
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
weight
public double weight
prevweight
public double prevweight
cumulweightdiff
public double cumulweightdiff
sourceunit
public Neuron sourceunit
targetunit
public Neuron targetunit
Synapse
public Synapse(Neuron sourceunit,
Neuron targetunit,
Randomizer randomizer)
Copyright © 2013. All Rights Reserved.