Exemplo n.º 1
0
 public void setLayerType(BackpropagationClass.LayerType layerType)
 {
     this.layerType = layerType;
 }
Exemplo n.º 2
0
 public Neuronio(BackpropagationClass.LayerType layerType)
 {
     this.layerType = layerType;
 }