Exemple #1
0
 public NeuronLayerSettings(NeuronSettings nSettings)
 {
     mNSettings = nSettings;
     mFactory   = new NeuronLayerFactory(this);
 }
Exemple #2
0
 public NeuronLayerSettings(NeuronSettings nSettings)
 {
     mNSettings = nSettings;
     mFactory = new NeuronLayerFactory(this);
 }