Package network.aika.lattice
Class Converter
- java.lang.Object
-
- network.aika.lattice.Converter
-
public class Converter extends java.lang.ObjectConverts the synapse weights of a neuron into a boolean logic representation of this neuron.- Author:
- Lukas Molzberger
-
-
Field Summary
Fields Modifier and Type Field Description static intMAX_AND_NODE_SIZEstatic java.util.Comparator<Synapse>SYNAPSE_COMP
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanconvert(int threadId, Document doc, INeuron neuron, java.util.Collection<Synapse> modifiedSynapses)
-