public class RecurrentNeuron extends Neuron
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_RECURRENT_ACTIVATIONS |
bias, currentNeuronId, id, inferenceMode, inputSynapses, isBlocked, isPredefined, isPublished, label, m, node, outputNodes, outputSynapses| Constructor and Description |
|---|
RecurrentNeuron() |
RecurrentNeuron(String label) |
RecurrentNeuron(String label,
boolean isBlocked) |
| Modifier and Type | Method and Description |
|---|---|
static RecurrentNeuron |
create(Model m,
RecurrentNeuron n,
Synapse inputSignal,
Synapse clockSignal,
Synapse terminationSignal,
boolean direction,
int maxLength,
boolean predefined) |
String |
toString() |
addInputActivation, addInputActivation, compareTo, getNegativeOutputNode, getPositiveOutputNode, propagateAddedActivation, propagateInputFrequencyChange, propagateRemovedActivation, publish, remove, removeInputActivation, removeInputActivation, toStringWithSynapses, unpublishpublic static final int MAX_RECURRENT_ACTIVATIONS
public RecurrentNeuron()
public RecurrentNeuron(String label)
public RecurrentNeuron(String label, boolean isBlocked)
public static RecurrentNeuron create(Model m, RecurrentNeuron n, Synapse inputSignal, Synapse clockSignal, Synapse terminationSignal, boolean direction, int maxLength, boolean predefined)
Copyright © 2016. All rights reserved.