예제 #1
0
 public void setLayerType(BackpropagationClass.LayerType layerType)
 {
     this.layerType = layerType;
 }
예제 #2
0
 public Neuronio(BackpropagationClass.LayerType layerType)
 {
     this.layerType = layerType;
 }