public class Converter extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DIRECT |
static int |
MAX_AND_NODE_SIZE |
static int |
NEGATIVE |
static int |
POSITIVE |
static int |
RECURRENT |
static boolean |
REMOVE_SYNAPSES_WITH_INVERTED_SIGNS |
static Comparator<Synapse> |
SYNAPSE_COMP |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
convert(Model m,
int threadId,
INeuron neuron,
Collection<Synapse> modifiedSynapses) |
public static int MAX_AND_NODE_SIZE
public static boolean REMOVE_SYNAPSES_WITH_INVERTED_SIGNS
public static Comparator<Synapse> SYNAPSE_COMP
public static final int DIRECT
public static final int RECURRENT
public static final int POSITIVE
public static final int NEGATIVE
public static boolean convert(Model m, int threadId, INeuron neuron, Collection<Synapse> modifiedSynapses)
Copyright © 2017. All rights reserved.