org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks.neurosolutions
Class Synapse

java.lang.Object
  extended by org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks.neurosolutions.Synapse
All Implemented Interfaces:
Serializable

public class Synapse
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 double cumulweightdiff
           
 double prevweight
           
 Neuron sourceunit
           
 Neuron targetunit
           
 double weight
           
 
Constructor Summary
Synapse(Neuron sourceunit, Neuron targetunit, Randomizer randomizer)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

weight

public double weight

prevweight

public double prevweight

cumulweightdiff

public double cumulweightdiff

sourceunit

public Neuron sourceunit

targetunit

public Neuron targetunit
Constructor Detail

Synapse

public Synapse(Neuron sourceunit,
               Neuron targetunit,
               Randomizer randomizer)


Copyright © 2012. All Rights Reserved.