public class Synapse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
double |
cumulweightdiff |
double |
prevweight |
Neuron |
sourceunit |
Neuron |
targetunit |
double |
weight |
| Constructor and Description |
|---|
Synapse(Neuron sourceunit,
Neuron targetunit,
Randomizer randomizer) |
public double weight
public double prevweight
public double cumulweightdiff
public Neuron sourceunit
public Neuron targetunit
public Synapse(Neuron sourceunit, Neuron targetunit, Randomizer randomizer)
Copyright © 2021. All Rights Reserved.