Example #1
0
 public NeuralNetworkMiddleLayer(CommunicationModule communicationLayer)
 {
     this.communicationModule = communicationLayer;
 }
Example #2
0
 public CommunicationsLayer()
 {
     server = new CommunicationModule("13.232.7.234", 6000);
 }