コード例 #1
0
 public void setLayerType(BackpropagationClass.LayerType layerType)
 {
     this.layerType = layerType;
 }
コード例 #2
0
 public Neuronio(BackpropagationClass.LayerType layerType)
 {
     this.layerType = layerType;
 }