public class Synapse extends Object implements Comparable<Synapse>
| Modifier and Type | Field and Description |
|---|---|
Neuron |
input |
Neuron |
output |
RecurrentNode.RecurrentType |
recurrentType |
boolean |
relative |
int |
rid |
float |
w |
public Neuron input
public Neuron output
public boolean relative
public int rid
public float w
public RecurrentNode.RecurrentType recurrentType
public Synapse(Neuron input)
public Synapse(Neuron input, int rid, boolean relative)
public Synapse(Neuron input, RecurrentNode.RecurrentType recurrentType)
Copyright © 2016. All rights reserved.