Class Converter


  • public class Converter
    extends java.lang.Object
    Converts the synapse weights of a neuron into a boolean logic representation of this neuron.
    Author:
    Lukas Molzberger
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean convert​(int threadId, Document doc, INeuron neuron, java.util.Collection<Synapse> modifiedSynapses)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MAX_AND_NODE_SIZE

        public static int MAX_AND_NODE_SIZE
      • SYNAPSE_COMP

        public static java.util.Comparator<Synapse> SYNAPSE_COMP
    • Method Detail

      • convert

        public static boolean convert​(int threadId,
                                      Document doc,
                                      INeuron neuron,
                                      java.util.Collection<Synapse> modifiedSynapses)