Ejemplo n.º 1
0
 public virtual void AddDendrite(Dendrite dendrite)
 {
     Dendrites.Add(dendrite);
 }
Ejemplo n.º 2
0
 public override void AddDendrite(Dendrite dendrite)
 {
     throw new InvalidOperationException("It is not allowed to call this method on Input Neuron");
 }