コード例 #1
0
 public void UpdateWeights(double[] weights)
 {
     network.UpdateWeightsLayers(weights);
 }