示例#1
0
 public Neuron(int index, LayerType layer)
     : this(index, layer, RandomUtility.GetNextDouble(-1, 1))
 {
 }