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